Html Css Color HEX #E2559B Brilliant Rose

📋 copy color: '#E2559B'

red 226 ◦ green 85 ◦ blue 155

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

Shades of Brilliant Rose #E2559B

Tints of Brilliant Rose #E2559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 48.5%
G = 18.24%
B = 33.26%

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

#E2559B (or 0xE2559B) is known color: Brilliant Rose. HEX triplet: E2, 55 and 9B. RGB value is (226,85,155). Sum of RGB (Red+Green+Blue) = 226+85+155=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2559B is #1DAA64. Grayscale: #878787. Windows color (decimal): -1944165 or 10180066. OLE color: 10180066.

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

Color convert

RGB 226 85 155 -
CMYK 0 0.62 0.31 0.11
HSL 330.21º 0.71% 0.61% -
HSV(B) 330.21º 0.62% 0.89% -
XYZ 40.53 25.03 33.71 -
YUV 135.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 226 85 155 0 0.62 0.31 0.11 330.21 0.71 0.61
Hex E2 55 9B 0 3E 1F B 14A 47 3D
Octal 342 125 233 0 76 37 13 512 107 75
Binary 11100010 1010101 10011011 0 111110 11111 1011 101001010 1000111 111101

Color Harmonies of #E2559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2559B

Black with #E2559B

Text Example


Text Example

White with #E2559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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