Html Css Color HEX #E14F9E Brilliant Rose

📋 copy color: '#E14F9E'

red 225 ◦ green 79 ◦ blue 158

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

Shades of Brilliant Rose #E14F9E

Tints of Brilliant Rose #E14F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 48.7%
G = 17.1%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E14F9E (or 0xE14F9E) is known color: Brilliant Rose. HEX triplet: E1, 4F and 9E. RGB value is (225,79,158). Sum of RGB (Red+Green+Blue) = 225+79+158=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F9E is #1EB061. Grayscale: #838383. Windows color (decimal): -2011234 or 10375137. OLE color: 10375137.

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

Color convert

RGB 225 79 158 -
CMYK 0 0.65 0.30 0.12
HSL 327.53º 0.71% 0.6% -
HSV(B) 327.53º 0.65% 0.88% -
XYZ 40.02 24.07 34.88 -
YUV 131.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 225 79 158 0 0.65 0.30 0.12 327.53 0.71 0.6
Hex E1 4F 9E 0 41 1E C 148 47 3C
Octal 341 117 236 0 101 36 14 510 107 74
Binary 11100001 1001111 10011110 0 1000001 11110 1100 101001000 1000111 111100

Color Harmonies of #E14F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F9E

Black with #E14F9E

Text Example


Text Example

White with #E14F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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