Html Css Color HEX #E14AAF Brilliant Rose

📋 copy color: '#E14AAF'

red 225 ◦ green 74 ◦ blue 175

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

Shades of Brilliant Rose #E14AAF

Tints of Brilliant Rose #E14AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.61%

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

R = 47.47%
G = 15.61%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E14AAF (or 0xE14AAF) is known color: Brilliant Rose. HEX triplet: E1, 4A and AF. RGB value is (225,74,175). Sum of RGB (Red+Green+Blue) = 225+74+175=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AAF is #1EB550. Grayscale: #828282. Windows color (decimal): -2012497 or 11487969. OLE color: 11487969.

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

Color convert

RGB 225 74 175 -
CMYK 0 0.67 0.22 0.12
HSL 319.87º 0.72% 0.59% -
HSV(B) 319.87º 0.67% 0.88% -
XYZ 41.24 24 43.02 -
YUV 130.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 225 74 175 0 0.67 0.22 0.12 319.87 0.72 0.59
Hex E1 4A AF 0 43 16 C 140 48 3B
Octal 341 112 257 0 103 26 14 500 110 73
Binary 11100001 1001010 10101111 0 1000011 10110 1100 101000000 1001000 111011

Color Harmonies of #E14AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AAF

Black with #E14AAF

Text Example


Text Example

White with #E14AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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