Html Css Color HEX #E34990 French Rose

📋 copy color: '#E34990'

red 227 ◦ green 73 ◦ blue 144

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

Shades of French Rose #E34990

Tints of French Rose #E34990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.44%

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 51.13%
G = 16.44%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E34990 (or 0xE34990) is known color: French Rose. HEX triplet: E3, 49 and 90. RGB value is (227,73,144). Sum of RGB (Red+Green+Blue) = 227+73+144=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E34990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34990 is #1CB66F. Grayscale: #7F7F7F. Windows color (decimal): -1881712 or 9456099. OLE color: 9456099.

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

Color convert

RGB 227 73 144 -
CMYK 0 0.68 0.37 0.11
HSL 332.34º 0.73% 0.59% -
HSV(B) 332.34º 0.68% 0.89% -
XYZ 39.1 23.11 28.79 -
YUV 127.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 227 73 144 0 0.68 0.37 0.11 332.34 0.73 0.59
Hex E3 49 90 0 44 25 B 14C 49 3B
Octal 343 111 220 0 104 45 13 514 111 73
Binary 11100011 1001001 10010000 0 1000100 100101 1011 101001100 1001001 111011

Color Harmonies of #E34990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34990

Black with #E34990

Text Example


Text Example

White with #E34990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34990; }

 p { color: rgb(227,73,144); }

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

background-color css

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

 a { background-color: rgb(227,73,144); }

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

border-color css

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

 span { border-color: rgb(227,73,144); }

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