Html Css Color HEX #E145A8 Brilliant Rose

📋 copy color: '#E145A8'

red 225 ◦ green 69 ◦ blue 168

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

Shades of Brilliant Rose #E145A8

Tints of Brilliant Rose #E145A8

RGB

 RED value IS 225 (88.28% from 255) = 48.7%

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

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

R = 48.7%
G = 14.94%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E145A8 (or 0xE145A8) is known color: Brilliant Rose. HEX triplet: E1, 45 and A8. RGB value is (225,69,168). Sum of RGB (Red+Green+Blue) = 225+69+168=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E145A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145A8 is #1EBA57. Grayscale: #7E7E7E. Windows color (decimal): -2013784 or 11027937. OLE color: 11027937.

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

Color convert

RGB 225 69 168 -
CMYK 0 0.69 0.25 0.12
HSL 321.92º 0.72% 0.58% -
HSV(B) 321.92º 0.69% 0.88% -
XYZ 40.25 23.09 39.38 -
YUV 126.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 225 69 168 0 0.69 0.25 0.12 321.92 0.72 0.58
Hex E1 45 A8 0 45 19 C 142 48 3A
Octal 341 105 250 0 105 31 14 502 110 72
Binary 11100001 1000101 10101000 0 1000101 11001 1100 101000010 1001000 111010

Color Harmonies of #E145A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E145A8

Black with #E145A8

Text Example


Text Example

White with #E145A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E145A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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