Html Css Color HEX #E2559C Brilliant Rose

📋 copy color: '#E2559C'

red 226 ◦ green 85 ◦ blue 156

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

Shades of Brilliant Rose #E2559C

Tints of Brilliant Rose #E2559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.4%

R = 48.39%
G = 18.2%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2559C (or 0xE2559C) is known color: Brilliant Rose. HEX triplet: E2, 55 and 9C. RGB value is (226,85,156). Sum of RGB (Red+Green+Blue) = 226+85+156=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2559C is #1DAA63. Grayscale: #878787. Windows color (decimal): -1944164 or 10245602. OLE color: 10245602.

HSL color Cylindrical-coordinate representation of color #E2559C: hue angle of 329.79º 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 #E2559C is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 156 -
CMYK 0 0.62 0.31 0.11
HSL 329.79º 0.71% 0.61% -
HSV(B) 329.79º 0.62% 0.89% -
XYZ 40.61 25.07 34.15 -
YUV 135.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 226 85 156 0 0.62 0.31 0.11 329.79 0.71 0.61
Hex E2 55 9C 0 3E 1F B 14A 47 3D
Octal 342 125 234 0 76 37 13 512 107 75
Binary 11100010 1010101 10011100 0 111110 11111 1011 101001010 1000111 111101

Color Harmonies of #E2559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2559C

Black with #E2559C

Text Example


Text Example

White with #E2559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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