Html Css Color HEX #E75191 French Rose

📋 copy color: '#E75191'

red 231 ◦ green 81 ◦ blue 145

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

Shades of French Rose #E75191

Tints of French Rose #E75191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 50.55%
G = 17.72%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E75191 (or 0xE75191) is known color: French Rose. HEX triplet: E7, 51 and 91. RGB value is (231,81,145). Sum of RGB (Red+Green+Blue) = 231+81+145=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E75191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75191 is #18AE6E. Grayscale: #858585. Windows color (decimal): -1617519 or 9523687. OLE color: 9523687.

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

Color convert

RGB 231 81 145 -
CMYK 0 0.65 0.37 0.09
HSL 334.4º 0.76% 0.61% -
HSV(B) 334.4º 0.65% 0.91% -
XYZ 41.01 24.92 29.44 -
YUV 133.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 231 81 145 0 0.65 0.37 0.09 334.4 0.76 0.61
Hex E7 51 91 0 41 25 9 14E 4C 3D
Octal 347 121 221 0 101 45 11 516 114 75
Binary 11100111 1010001 10010001 0 1000001 100101 1001 101001110 1001100 111101

Color Harmonies of #E75191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75191

Black with #E75191

Text Example


Text Example

White with #E75191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75191; }

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

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

background-color css

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

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

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

border-color css

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

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

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