Html Css Color HEX #E75190 French Rose

📋 copy color: '#E75190'

red 231 ◦ green 81 ◦ blue 144

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

Shades of French Rose #E75190

Tints of French Rose #E75190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

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

R = 50.66%
G = 17.76%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E75190 (or 0xE75190) is known color: French Rose. HEX triplet: E7, 51 and 90. RGB value is (231,81,144). Sum of RGB (Red+Green+Blue) = 231+81+144=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E75190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75190 is #18AE6F. Grayscale: #848484. Windows color (decimal): -1617520 or 9458151. OLE color: 9458151.

HSL color Cylindrical-coordinate representation of color #E75190: hue angle of 334.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75190 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 81 144 -
CMYK 0 0.65 0.38 0.09
HSL 334.8º 0.76% 0.61% -
HSV(B) 334.8º 0.65% 0.91% -
XYZ 40.93 24.89 29.03 -
YUV 133.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 231 81 144 0 0.65 0.38 0.09 334.8 0.76 0.61
Hex E7 51 90 0 41 26 9 14F 4C 3D
Octal 347 121 220 0 101 46 11 517 114 75
Binary 11100111 1010001 10010000 0 1000001 100110 1001 101001111 1001100 111101

Color Harmonies of #E75190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75190

Black with #E75190

Text Example


Text Example

White with #E75190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75190; }

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

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

background-color css

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

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

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

border-color css

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

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

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