Html Css Color HEX #E34690 French Rose

📋 copy color: '#E34690'

red 227 ◦ green 70 ◦ blue 144

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

Shades of French Rose #E34690

Tints of French Rose #E34690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.87%

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

R = 51.47%
G = 15.87%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E34690 (or 0xE34690) is known color: French Rose. HEX triplet: E3, 46 and 90. RGB value is (227,70,144). Sum of RGB (Red+Green+Blue) = 227+70+144=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E34690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34690 is #1CB96F. Grayscale: #7D7D7D. Windows color (decimal): -1882480 or 9455331. OLE color: 9455331.

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

Color convert

RGB 227 70 144 -
CMYK 0 0.69 0.37 0.11
HSL 331.72º 0.74% 0.58% -
HSV(B) 331.72º 0.69% 0.89% -
XYZ 38.9 22.72 28.72 -
YUV 125.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 227 70 144 0 0.69 0.37 0.11 331.72 0.74 0.58
Hex E3 46 90 0 45 25 B 14C 4A 3A
Octal 343 106 220 0 105 45 13 514 112 72
Binary 11100011 1000110 10010000 0 1000101 100101 1011 101001100 1001010 111010

Color Harmonies of #E34690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34690

Black with #E34690

Text Example


Text Example

White with #E34690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34690; }

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

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

background-color css

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

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

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

border-color css

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

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

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