Html Css Color HEX #E34F9A French Rose

📋 copy color: '#E34F9A'

red 227 ◦ green 79 ◦ blue 154

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

Shades of French Rose #E34F9A

Tints of French Rose #E34F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 49.35%
G = 17.17%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E34F9A (or 0xE34F9A) is known color: French Rose. HEX triplet: E3, 4F and 9A. RGB value is (227,79,154). Sum of RGB (Red+Green+Blue) = 227+79+154=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F9A is #1CB065. Grayscale: #838383. Windows color (decimal): -1880166 or 10112995. OLE color: 10112995.

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

Color convert

RGB 227 79 154 -
CMYK 0 0.65 0.32 0.11
HSL 329.59º 0.73% 0.6% -
HSV(B) 329.59º 0.65% 0.89% -
XYZ 40.31 24.26 33.13 -
YUV 131.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 227 79 154 0 0.65 0.32 0.11 329.59 0.73 0.6
Hex E3 4F 9A 0 41 20 B 14A 49 3C
Octal 343 117 232 0 101 40 13 512 111 74
Binary 11100011 1001111 10011010 0 1000001 100000 1011 101001010 1001001 111100

Color Harmonies of #E34F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34F9A

Black with #E34F9A

Text Example


Text Example

White with #E34F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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