Html Css Color HEX #E14FA4 Brilliant Rose

📋 copy color: '#E14FA4'

red 225 ◦ green 79 ◦ blue 164

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

Shades of Brilliant Rose #E14FA4

Tints of Brilliant Rose #E14FA4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.88%

 BLUE value IS 164 (64.45% from 255) = 35.04%

R = 48.08%
G = 16.88%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E14FA4 (or 0xE14FA4) is known color: Brilliant Rose. HEX triplet: E1, 4F and A4. RGB value is (225,79,164). Sum of RGB (Red+Green+Blue) = 225+79+164=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FA4 is #1EB05B. Grayscale: #848484. Windows color (decimal): -2011228 or 10768353. OLE color: 10768353.

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

Color convert

RGB 225 79 164 -
CMYK 0 0.65 0.27 0.12
HSL 325.07º 0.71% 0.6% -
HSV(B) 325.07º 0.65% 0.88% -
XYZ 40.55 24.28 37.67 -
YUV 132.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 225 79 164 0 0.65 0.27 0.12 325.07 0.71 0.6
Hex E1 4F A4 0 41 1B C 145 47 3C
Octal 341 117 244 0 101 33 14 505 107 74
Binary 11100001 1001111 10100100 0 1000001 11011 1100 101000101 1000111 111100

Color Harmonies of #E14FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FA4

Black with #E14FA4

Text Example


Text Example

White with #E14FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FA4; }

 p { color: rgb(225,79,164); }

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

background-color css

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

 a { background-color: rgb(225,79,164); }

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

border-color css

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

 span { border-color: rgb(225,79,164); }

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