Html Css Color HEX #E34F97 French Rose

📋 copy color: '#E34F97'

red 227 ◦ green 79 ◦ blue 151

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

Shades of French Rose #E34F97

Tints of French Rose #E34F97

RGB

 RED value IS 227 (89.06% from 255) = 49.67%

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

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 49.67%
G = 17.29%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E34F97 (or 0xE34F97) is known color: French Rose. HEX triplet: E3, 4F and 97. RGB value is (227,79,151). Sum of RGB (Red+Green+Blue) = 227+79+151=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F97 is #1CB068. Grayscale: #838383. Windows color (decimal): -1880169 or 9916387. OLE color: 9916387.

HSL color Cylindrical-coordinate representation of color #E34F97: hue angle of 330.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34F97 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 79 151 -
CMYK 0 0.65 0.33 0.11
HSL 330.81º 0.73% 0.6% -
HSV(B) 330.81º 0.65% 0.89% -
XYZ 40.06 24.16 31.83 -
YUV 131.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 227 79 151 0 0.65 0.33 0.11 330.81 0.73 0.6
Hex E3 4F 97 0 41 21 B 14B 49 3C
Octal 343 117 227 0 101 41 13 513 111 74
Binary 11100011 1001111 10010111 0 1000001 100001 1011 101001011 1001001 111100

Color Harmonies of #E34F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34F97

Black with #E34F97

Text Example


Text Example

White with #E34F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34F97; }

 p { color: rgb(227,79,151); }

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

background-color css

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

 a { background-color: rgb(227,79,151); }

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

border-color css

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

 span { border-color: rgb(227,79,151); }

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