Html Css Color HEX #E34C93 French Rose

📋 copy color: '#E34C93'

red 227 ◦ green 76 ◦ blue 147

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

Shades of French Rose #E34C93

Tints of French Rose #E34C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 50.44%
G = 16.89%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E34C93 (or 0xE34C93) is known color: French Rose. HEX triplet: E3, 4C and 93. RGB value is (227,76,147). Sum of RGB (Red+Green+Blue) = 227+76+147=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34C93 is #1CB36C. Grayscale: #818181. Windows color (decimal): -1880941 or 9653475. OLE color: 9653475.

HSL color Cylindrical-coordinate representation of color #E34C93: hue angle of 331.79º 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 #E34C93 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 76 147 -
CMYK 0 0.67 0.35 0.11
HSL 331.79º 0.73% 0.59% -
HSV(B) 331.79º 0.67% 0.89% -
XYZ 39.53 23.61 30.08 -
YUV 129.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 227 76 147 0 0.67 0.35 0.11 331.79 0.73 0.59
Hex E3 4C 93 0 43 23 B 14C 49 3B
Octal 343 114 223 0 103 43 13 514 111 73
Binary 11100011 1001100 10010011 0 1000011 100011 1011 101001100 1001001 111011

Color Harmonies of #E34C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C93

Black with #E34C93

Text Example


Text Example

White with #E34C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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