Html Css Color HEX #E14DAC Brilliant Rose

📋 copy color: '#E14DAC'

red 225 ◦ green 77 ◦ blue 172

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

Shades of Brilliant Rose #E14DAC

Tints of Brilliant Rose #E14DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.24%

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

R = 47.47%
G = 16.24%
B = 36.29%

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

#E14DAC (or 0xE14DAC) is known color: Brilliant Rose. HEX triplet: E1, 4D and AC. RGB value is (225,77,172). Sum of RGB (Red+Green+Blue) = 225+77+172=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DAC is #1EB253. Grayscale: #838383. Windows color (decimal): -2011732 or 11292129. OLE color: 11292129.

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

Color convert

RGB 225 77 172 -
CMYK 0 0.66 0.24 0.12
HSL 321.49º 0.71% 0.59% -
HSV(B) 321.49º 0.66% 0.88% -
XYZ 41.15 24.29 41.55 -
YUV 132.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 225 77 172 0 0.66 0.24 0.12 321.49 0.71 0.59
Hex E1 4D AC 0 42 18 C 141 47 3B
Octal 341 115 254 0 102 30 14 501 107 73
Binary 11100001 1001101 10101100 0 1000010 11000 1100 101000001 1000111 111011

Color Harmonies of #E14DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DAC

Black with #E14DAC

Text Example


Text Example

White with #E14DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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