Html Css Color HEX #E34C97 French Rose

📋 copy color: '#E34C97'

red 227 ◦ green 76 ◦ blue 151

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

Shades of French Rose #E34C97

Tints of French Rose #E34C97

RGB

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

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

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

R = 50%
G = 16.74%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E34C97 (or 0xE34C97) is known color: French Rose. HEX triplet: E3, 4C and 97. RGB value is (227,76,151). Sum of RGB (Red+Green+Blue) = 227+76+151=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34C97 is #1CB368. Grayscale: #818181. Windows color (decimal): -1880937 or 9915619. OLE color: 9915619.

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

Color convert

RGB 227 76 151 -
CMYK 0 0.67 0.33 0.11
HSL 330.2º 0.73% 0.59% -
HSV(B) 330.2º 0.67% 0.89% -
XYZ 39.85 23.73 31.76 -
YUV 129.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 227 76 151 0 0.67 0.33 0.11 330.2 0.73 0.59
Hex E3 4C 97 0 43 21 B 14A 49 3B
Octal 343 114 227 0 103 41 13 512 111 73
Binary 11100011 1001100 10010111 0 1000011 100001 1011 101001010 1001001 111011

Color Harmonies of #E34C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C97

Black with #E34C97

Text Example


Text Example

White with #E34C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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