Html Css Color HEX #E144A8 Brilliant Rose

📋 copy color: '#E144A8'

red 225 ◦ green 68 ◦ blue 168

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

Shades of Brilliant Rose #E144A8

Tints of Brilliant Rose #E144A8

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.75%

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

R = 48.81%
G = 14.75%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E144A8 (or 0xE144A8) is known color: Brilliant Rose. HEX triplet: E1, 44 and A8. RGB value is (225,68,168). Sum of RGB (Red+Green+Blue) = 225+68+168=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E144A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E144A8 is #1EBB57. Grayscale: #7E7E7E. Windows color (decimal): -2014040 or 11027681. OLE color: 11027681.

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

Color convert

RGB 225 68 168 -
CMYK 0 0.70 0.25 0.12
HSL 321.78º 0.72% 0.57% -
HSV(B) 321.78º 0.7% 0.88% -
XYZ 40.19 22.97 39.36 -
YUV 126.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 225 68 168 0 0.70 0.25 0.12 321.78 0.72 0.57
Hex E1 44 A8 0 46 19 C 142 48 39
Octal 341 104 250 0 106 31 14 502 110 71
Binary 11100001 1000100 10101000 0 1000110 11001 1100 101000010 1001000 111001

Color Harmonies of #E144A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144A8

Black with #E144A8

Text Example


Text Example

White with #E144A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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