Html Css Color HEX #E14D94 French Rose

📋 copy color: '#E14D94'

red 225 ◦ green 77 ◦ blue 148

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

Shades of French Rose #E14D94

Tints of French Rose #E14D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 50%
G = 17.11%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E14D94 (or 0xE14D94) is known color: French Rose. HEX triplet: E1, 4D and 94. RGB value is (225,77,148). Sum of RGB (Red+Green+Blue) = 225+77+148=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D94 is #1EB26B. Grayscale: #818181. Windows color (decimal): -2011756 or 9719265. OLE color: 9719265.

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

Color convert

RGB 225 77 148 -
CMYK 0 0.66 0.34 0.12
HSL 331.22º 0.71% 0.59% -
HSV(B) 331.22º 0.66% 0.88% -
XYZ 39.05 23.45 30.49 -
YUV 129.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 225 77 148 0 0.66 0.34 0.12 331.22 0.71 0.59
Hex E1 4D 94 0 42 22 C 14B 47 3B
Octal 341 115 224 0 102 42 14 513 107 73
Binary 11100001 1001101 10010100 0 1000010 100010 1100 101001011 1000111 111011

Color Harmonies of #E14D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D94

Black with #E14D94

Text Example


Text Example

White with #E14D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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