Html Css Color HEX #E14DAF Brilliant Rose

📋 copy color: '#E14DAF'

red 225 ◦ green 77 ◦ blue 175

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

Shades of Brilliant Rose #E14DAF

Tints of Brilliant Rose #E14DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 47.17%
G = 16.14%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E14DAF (or 0xE14DAF) is known color: Brilliant Rose. HEX triplet: E1, 4D and AF. RGB value is (225,77,175). Sum of RGB (Red+Green+Blue) = 225+77+175=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DAF is #1EB250. Grayscale: #848484. Windows color (decimal): -2011729 or 11488737. OLE color: 11488737.

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

Color convert

RGB 225 77 175 -
CMYK 0 0.66 0.22 0.12
HSL 320.27º 0.71% 0.59% -
HSV(B) 320.27º 0.66% 0.88% -
XYZ 41.44 24.41 43.08 -
YUV 132.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 225 77 175 0 0.66 0.22 0.12 320.27 0.71 0.59
Hex E1 4D AF 0 42 16 C 140 47 3B
Octal 341 115 257 0 102 26 14 500 107 73
Binary 11100001 1001101 10101111 0 1000010 10110 1100 101000000 1000111 111011

Color Harmonies of #E14DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DAF

Black with #E14DAF

Text Example


Text Example

White with #E14DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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