Html Css Color HEX #E14CAC Brilliant Rose

📋 copy color: '#E14CAC'

red 225 ◦ green 76 ◦ blue 172

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

Shades of Brilliant Rose #E14CAC

Tints of Brilliant Rose #E14CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 47.57%
G = 16.07%
B = 36.36%

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

#E14CAC (or 0xE14CAC) is known color: Brilliant Rose. HEX triplet: E1, 4C and AC. RGB value is (225,76,172). Sum of RGB (Red+Green+Blue) = 225+76+172=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14CAC is #1EB353. Grayscale: #838383. Windows color (decimal): -2011988 or 11291873. OLE color: 11291873.

HSL color Cylindrical-coordinate representation of color #E14CAC: hue angle of 321.34º 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 #E14CAC is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 172 -
CMYK 0 0.66 0.24 0.12
HSL 321.34º 0.71% 0.59% -
HSV(B) 321.34º 0.66% 0.88% -
XYZ 41.08 24.15 41.53 -
YUV 131.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 225 76 172 0 0.66 0.24 0.12 321.34 0.71 0.59
Hex E1 4C AC 0 42 18 C 141 47 3B
Octal 341 114 254 0 102 30 14 501 107 73
Binary 11100001 1001100 10101100 0 1000010 11000 1100 101000001 1000111 111011

Color Harmonies of #E14CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CAC

Black with #E14CAC

Text Example


Text Example

White with #E14CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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