Html Css Color HEX #E2559E Brilliant Rose

📋 copy color: '#E2559E'

red 226 ◦ green 85 ◦ blue 158

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

Shades of Brilliant Rose #E2559E

Tints of Brilliant Rose #E2559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.12%

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

R = 48.19%
G = 18.12%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2559E (or 0xE2559E) is known color: Brilliant Rose. HEX triplet: E2, 55 and 9E. RGB value is (226,85,158). Sum of RGB (Red+Green+Blue) = 226+85+158=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2559E is #1DAA61. Grayscale: #878787. Windows color (decimal): -1944162 or 10376674. OLE color: 10376674.

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

Color convert

RGB 226 85 158 -
CMYK 0 0.62 0.30 0.11
HSL 328.94º 0.71% 0.61% -
HSV(B) 328.94º 0.62% 0.89% -
XYZ 40.78 25.13 35.05 -
YUV 135.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 226 85 158 0 0.62 0.30 0.11 328.94 0.71 0.61
Hex E2 55 9E 0 3E 1E B 149 47 3D
Octal 342 125 236 0 76 36 13 511 107 75
Binary 11100010 1010101 10011110 0 111110 11110 1011 101001001 1000111 111101

Color Harmonies of #E2559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2559E

Black with #E2559E

Text Example


Text Example

White with #E2559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2559E; }

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

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

background-color css

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

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

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

border-color css

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

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

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