Html Css Color HEX #E14CAA Brilliant Rose

📋 copy color: '#E14CAA'

red 225 ◦ green 76 ◦ blue 170

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

Shades of Brilliant Rose #E14CAA

Tints of Brilliant Rose #E14CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

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

R = 47.77%
G = 16.14%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E14CAA (or 0xE14CAA) is known color: Brilliant Rose. HEX triplet: E1, 4C and AA. RGB value is (225,76,170). Sum of RGB (Red+Green+Blue) = 225+76+170=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14CAA is #1EB355. Grayscale: #838383. Windows color (decimal): -2011990 or 11160801. OLE color: 11160801.

HSL color Cylindrical-coordinate representation of color #E14CAA: hue angle of 322.15º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14CAA is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 170 -
CMYK 0 0.66 0.24 0.12
HSL 322.15º 0.71% 0.59% -
HSV(B) 322.15º 0.66% 0.88% -
XYZ 40.89 24.08 40.52 -
YUV 131.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 225 76 170 0 0.66 0.24 0.12 322.15 0.71 0.59
Hex E1 4C AA 0 42 18 C 142 47 3B
Octal 341 114 252 0 102 30 14 502 107 73
Binary 11100001 1001100 10101010 0 1000010 11000 1100 101000010 1000111 111011

Color Harmonies of #E14CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CAA

Black with #E14CAA

Text Example


Text Example

White with #E14CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CAA; }

 p { color: rgb(225,76,170); }

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

background-color css

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

 a { background-color: rgb(225,76,170); }

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

border-color css

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

 span { border-color: rgb(225,76,170); }

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