Html Css Color HEX #E245A8 Brilliant Rose

📋 copy color: '#E245A8'

red 226 ◦ green 69 ◦ blue 168

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

Shades of Brilliant Rose #E245A8

Tints of Brilliant Rose #E245A8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.9%

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 48.81%
G = 14.9%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E245A8 (or 0xE245A8) is known color: Brilliant Rose. HEX triplet: E2, 45 and A8. RGB value is (226,69,168). Sum of RGB (Red+Green+Blue) = 226+69+168=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E245A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E245A8 is #1DBA57. Grayscale: #7E7E7E. Windows color (decimal): -1948248 or 11027938. OLE color: 11027938.

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

Color convert

RGB 226 69 168 -
CMYK 0 0.69 0.26 0.11
HSL 322.17º 0.73% 0.58% -
HSV(B) 322.17º 0.69% 0.89% -
XYZ 40.56 23.25 39.4 -
YUV 127.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 226 69 168 0 0.69 0.26 0.11 322.17 0.73 0.58
Hex E2 45 A8 0 45 1A B 142 49 3A
Octal 342 105 250 0 105 32 13 502 111 72
Binary 11100010 1000101 10101000 0 1000101 11010 1011 101000010 1001001 111010

Color Harmonies of #E245A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E245A8

Black with #E245A8

Text Example


Text Example

White with #E245A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E245A8; }

 p { color: rgb(226,69,168); }

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

background-color css

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

 a { background-color: rgb(226,69,168); }

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

border-color css

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

 span { border-color: rgb(226,69,168); }

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