#E650B0

Color #E650B0 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E650B0

Tints of Brilliant Rose #E650B0

Color information

#E650B0 (or 0xE650B0) is unknown color: approx Brilliant Rose. HEX triplet: E6, 50 and B0. RGB value is (230,80,176). Sum of RGB (Red+Green+Blue) = 230+80+176=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E650B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650B0 is #19AF4F. Grayscale: #878787. Windows color (decimal): -1683280 or 11555046. OLE color: 11555046.

HSL color Cylindrical-coordinate representation of color #E650B0: hue angle of 321.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650B0 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB23080176-
CMYK00.650.230.10
HSL321.6º75%60.78%-
HSV(B)321.6º65.22%90.2%-
XYZ43.3425.6943.75-
YUV135.79150.7195.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 80 (31.64% from 255) = 16.46%
BLUE value IS 176 (69.14% from 255) = 36.21%
R=47.33%
G=16.46%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308017600.650.230.10321.67560.78
HexE650B004117A1424b3d
Octal3461202600101271250211375
Binary11100110101000010110000010000011011110101010000101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E650B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E650B0; }

 p { color: rgb(230,80,176); }

 H1.HeaderClassName
 {
   color: #E650B0;
 }
 .AnyTagClassName
 {
   color: #E650B0;
 }
</style>
background-color css

<style>
 a { background-color: #E650B0; }

 a { background-color: rgb(230,80,176); }

 div.DivClassName
 {
   background-color: #E650B0;
 }
 .BgClassName
 {
   background-color: #E650B0;
 }
</style>
border-color css

<style>
 span { border-color: #E650B0; }

 span { border-color: rgb(230,80,176); }

 td.TdClassName
 {
   border-color: #E650B0;
 }
 .TagClassName
 {
   border-color: #E650B0;
 }
</style>