Html Css Color HEX #E75291 French Rose

📋 copy color: '#E75291'

red 231 ◦ green 82 ◦ blue 145

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

Shades of French Rose #E75291

Tints of French Rose #E75291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.9%

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

R = 50.44%
G = 17.9%
B = 31.66%

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

#E75291 (or 0xE75291) is known color: French Rose. HEX triplet: E7, 52 and 91. RGB value is (231,82,145). Sum of RGB (Red+Green+Blue) = 231+82+145=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E75291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75291 is #18AD6E. Grayscale: #858585. Windows color (decimal): -1617263 or 9523943. OLE color: 9523943.

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

Color convert

RGB 231 82 145 -
CMYK 0 0.65 0.37 0.09
HSL 334.63º 0.76% 0.61% -
HSV(B) 334.63º 0.65% 0.91% -
XYZ 41.08 25.07 29.46 -
YUV 133.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 231 82 145 0 0.65 0.37 0.09 334.63 0.76 0.61
Hex E7 52 91 0 41 25 9 14F 4C 3D
Octal 347 122 221 0 101 45 11 517 114 75
Binary 11100111 1010010 10010001 0 1000001 100101 1001 101001111 1001100 111101

Color Harmonies of #E75291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75291

Black with #E75291

Text Example


Text Example

White with #E75291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75291; }

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

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

background-color css

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

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

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

border-color css

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

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

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