Html Css Color HEX #E14A8F French Rose

📋 copy color: '#E14A8F'

red 225 ◦ green 74 ◦ blue 143

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

Shades of French Rose #E14A8F

Tints of French Rose #E14A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.74%

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 50.9%
G = 16.74%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E14A8F (or 0xE14A8F) is known color: French Rose. HEX triplet: E1, 4A and 8F. RGB value is (225,74,143). Sum of RGB (Red+Green+Blue) = 225+74+143=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A8F is #1EB570. Grayscale: #7E7E7E. Windows color (decimal): -2012529 or 9390817. OLE color: 9390817.

HSL color Cylindrical-coordinate representation of color #E14A8F: hue angle of 332.58º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A8F is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 143 -
CMYK 0 0.67 0.36 0.12
HSL 332.58º 0.72% 0.59% -
HSV(B) 332.58º 0.67% 0.88% -
XYZ 38.46 22.89 28.38 -
YUV 127.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 225 74 143 0 0.67 0.36 0.12 332.58 0.72 0.59
Hex E1 4A 8F 0 43 24 C 14D 48 3B
Octal 341 112 217 0 103 44 14 515 110 73
Binary 11100001 1001010 10001111 0 1000011 100100 1100 101001101 1001000 111011

Color Harmonies of #E14A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A8F

Black with #E14A8F

Text Example


Text Example

White with #E14A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A8F; }

 p { color: rgb(225,74,143); }

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

background-color css

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

 a { background-color: rgb(225,74,143); }

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

border-color css

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

 span { border-color: rgb(225,74,143); }

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