Html Css Color HEX #E14FA0 Brilliant Rose

📋 copy color: '#E14FA0'

red 225 ◦ green 79 ◦ blue 160

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

Shades of Brilliant Rose #E14FA0

Tints of Brilliant Rose #E14FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 48.49%
G = 17.03%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E14FA0 (or 0xE14FA0) is known color: Brilliant Rose. HEX triplet: E1, 4F and A0. RGB value is (225,79,160). Sum of RGB (Red+Green+Blue) = 225+79+160=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FA0 is #1EB05F. Grayscale: #838383. Windows color (decimal): -2011232 or 10506209. OLE color: 10506209.

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

Color convert

RGB 225 79 160 -
CMYK 0 0.65 0.29 0.12
HSL 326.71º 0.71% 0.6% -
HSV(B) 326.71º 0.65% 0.88% -
XYZ 40.19 24.14 35.8 -
YUV 131.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 225 79 160 0 0.65 0.29 0.12 326.71 0.71 0.6
Hex E1 4F A0 0 41 1D C 147 47 3C
Octal 341 117 240 0 101 35 14 507 107 74
Binary 11100001 1001111 10100000 0 1000001 11101 1100 101000111 1000111 111100

Color Harmonies of #E14FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FA0

Black with #E14FA0

Text Example


Text Example

White with #E14FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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