Html Css Color HEX #E14D9F Brilliant Rose

📋 copy color: '#E14D9F'

red 225 ◦ green 77 ◦ blue 159

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

Shades of Brilliant Rose #E14D9F

Tints of Brilliant Rose #E14D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.7%

 BLUE value IS 159 (62.5% from 255) = 34.49%

R = 48.81%
G = 16.7%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E14D9F (or 0xE14D9F) is known color: Brilliant Rose. HEX triplet: E1, 4D and 9F. RGB value is (225,77,159). Sum of RGB (Red+Green+Blue) = 225+77+159=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D9F is #1EB260. Grayscale: #828282. Windows color (decimal): -2011745 or 10440161. OLE color: 10440161.

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

Color convert

RGB 225 77 159 -
CMYK 0 0.66 0.29 0.12
HSL 326.76º 0.71% 0.59% -
HSV(B) 326.76º 0.66% 0.88% -
XYZ 39.96 23.82 35.29 -
YUV 130.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 225 77 159 0 0.66 0.29 0.12 326.76 0.71 0.59
Hex E1 4D 9F 0 42 1D C 147 47 3B
Octal 341 115 237 0 102 35 14 507 107 73
Binary 11100001 1001101 10011111 0 1000010 11101 1100 101000111 1000111 111011

Color Harmonies of #E14D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D9F

Black with #E14D9F

Text Example


Text Example

White with #E14D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D9F; }

 p { color: rgb(225,77,159); }

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

background-color css

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

 a { background-color: rgb(225,77,159); }

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

border-color css

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

 span { border-color: rgb(225,77,159); }

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