Html Css Color HEX #E2599E Brilliant Rose

📋 copy color: '#E2599E'

red 226 ◦ green 89 ◦ blue 158

#E2599E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #E2599E

Tints of Brilliant Rose #E2599E

RGB

 RED value IS 226 (88.67% from 255) = 47.78%

 GREEN value IS 89 (35.16% from 255) = 18.82%

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 47.78%
G = 18.82%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2599E (or 0xE2599E) is known color: Brilliant Rose. HEX triplet: E2, 59 and 9E. RGB value is (226,89,158). Sum of RGB (Red+Green+Blue) = 226+89+158=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2599E is #1DA661. Grayscale: #898989. Windows color (decimal): -1943138 or 10377698. OLE color: 10377698.

HSL color Cylindrical-coordinate representation of color #E2599E: hue angle of 329.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2599E is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 89 158 -
CMYK 0 0.61 0.30 0.11
HSL 329.78º 0.7% 0.62% -
HSV(B) 329.78º 0.61% 0.89% -
XYZ 41.11 25.78 35.16 -
YUV 137.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 226 89 158 0 0.61 0.30 0.11 329.78 0.7 0.62
Hex E2 59 9E 0 3D 1E B 14A 46 3E
Octal 342 131 236 0 75 36 13 512 106 76
Binary 11100010 1011001 10011110 0 111101 11110 1011 101001010 1000110 111110

Color Harmonies of #E2599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2599E

Black with #E2599E

Text Example


Text Example

White with #E2599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2599E; }

 p { color: rgb(226,89,158); }

 H1.HeaderClassName
 {
   color: #E2599E;
 }
 .AnyTagClassName
 {
   color: #E2599E;
 }
</style>

background-color css

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

 a { background-color: rgb(226,89,158); }

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

border-color css

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

 span { border-color: rgb(226,89,158); }

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