Html Css Color HEX #E259A2 Brilliant Rose

📋 copy color: '#E259A2'

red 226 ◦ green 89 ◦ blue 162

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

Shades of Brilliant Rose #E259A2

Tints of Brilliant Rose #E259A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.96%

R = 47.38%
G = 18.66%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E259A2 (or 0xE259A2) is known color: Brilliant Rose. HEX triplet: E2, 59 and A2. RGB value is (226,89,162). Sum of RGB (Red+Green+Blue) = 226+89+162=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E259A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E259A2 is #1DA65D. Grayscale: #8A8A8A. Windows color (decimal): -1943134 or 10639842. OLE color: 10639842.

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

Color convert

RGB 226 89 162 -
CMYK 0 0.61 0.28 0.11
HSL 328.03º 0.7% 0.62% -
HSV(B) 328.03º 0.61% 0.89% -
XYZ 41.46 25.92 37 -
YUV 138.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 226 89 162 0 0.61 0.28 0.11 328.03 0.7 0.62
Hex E2 59 A2 0 3D 1C B 148 46 3E
Octal 342 131 242 0 75 34 13 510 106 76
Binary 11100010 1011001 10100010 0 111101 11100 1011 101001000 1000110 111110

Color Harmonies of #E259A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E259A2

Black with #E259A2

Text Example


Text Example

White with #E259A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E259A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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