Html Css Color HEX #E14C9E Brilliant Rose

📋 copy color: '#E14C9E'

red 225 ◦ green 76 ◦ blue 158

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

Shades of Brilliant Rose #E14C9E

Tints of Brilliant Rose #E14C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

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

R = 49.02%
G = 16.56%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E14C9E (or 0xE14C9E) is known color: Brilliant Rose. HEX triplet: E1, 4C and 9E. RGB value is (225,76,158). Sum of RGB (Red+Green+Blue) = 225+76+158=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C9E is #1EB361. Grayscale: #818181. Windows color (decimal): -2012002 or 10374369. OLE color: 10374369.

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

Color convert

RGB 225 76 158 -
CMYK 0 0.66 0.30 0.12
HSL 326.98º 0.71% 0.59% -
HSV(B) 326.98º 0.66% 0.88% -
XYZ 39.81 23.65 34.81 -
YUV 129.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 225 76 158 0 0.66 0.30 0.12 326.98 0.71 0.59
Hex E1 4C 9E 0 42 1E C 147 47 3B
Octal 341 114 236 0 102 36 14 507 107 73
Binary 11100001 1001100 10011110 0 1000010 11110 1100 101000111 1000111 111011

Color Harmonies of #E14C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C9E

Black with #E14C9E

Text Example


Text Example

White with #E14C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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