Html Css Color HEX #E74690 French Rose

📋 copy color: '#E74690'

red 231 ◦ green 70 ◦ blue 144

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

Shades of French Rose #E74690

Tints of French Rose #E74690

RGB

 RED value IS 231 (90.63% from 255) = 51.91%

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

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

R = 51.91%
G = 15.73%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E74690 (or 0xE74690) is known color: French Rose. HEX triplet: E7, 46 and 90. RGB value is (231,70,144). Sum of RGB (Red+Green+Blue) = 231+70+144=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E74690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74690 is #18B96F. Grayscale: #7E7E7E. Windows color (decimal): -1620336 or 9455335. OLE color: 9455335.

HSL color Cylindrical-coordinate representation of color #E74690: hue angle of 332.42º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74690 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 70 144 -
CMYK 0 0.70 0.38 0.09
HSL 332.42º 0.77% 0.59% -
HSV(B) 332.42º 0.7% 0.91% -
XYZ 40.18 23.38 28.78 -
YUV 126.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 231 70 144 0 0.70 0.38 0.09 332.42 0.77 0.59
Hex E7 46 90 0 46 26 9 14C 4D 3B
Octal 347 106 220 0 106 46 11 514 115 73
Binary 11100111 1000110 10010000 0 1000110 100110 1001 101001100 1001101 111011

Color Harmonies of #E74690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74690

Black with #E74690

Text Example


Text Example

White with #E74690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74690; }

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

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

background-color css

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

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

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

border-color css

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

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

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