Html Css Color HEX #E25EAA Brilliant Rose

📋 copy color: '#E25EAA'

red 226 ◦ green 94 ◦ blue 170

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

Shades of Brilliant Rose #E25EAA

Tints of Brilliant Rose #E25EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.18%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 46.12%
G = 19.18%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E25EAA (or 0xE25EAA) is known color: Brilliant Rose. HEX triplet: E2, 5E and AA. RGB value is (226,94,170). Sum of RGB (Red+Green+Blue) = 226+94+170=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25EAA is #1DA155. Grayscale: #8D8D8D. Windows color (decimal): -1941846 or 11165410. OLE color: 11165410.

HSL color Cylindrical-coordinate representation of color #E25EAA: hue angle of 325.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25EAA is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 94 170 -
CMYK 0 0.58 0.25 0.11
HSL 325.45º 0.69% 0.63% -
HSV(B) 325.45º 0.58% 0.89% -
XYZ 42.62 27.08 41.01 -
YUV 142.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 226 94 170 0 0.58 0.25 0.11 325.45 0.69 0.63
Hex E2 5E AA 0 3A 19 B 145 45 3F
Octal 342 136 252 0 72 31 13 505 105 77
Binary 11100010 1011110 10101010 0 111010 11001 1011 101000101 1000101 111111

Color Harmonies of #E25EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EAA

Black with #E25EAA

Text Example


Text Example

White with #E25EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EAA; }

 p { color: rgb(226,94,170); }

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

background-color css

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

 a { background-color: rgb(226,94,170); }

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

border-color css

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

 span { border-color: rgb(226,94,170); }

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