Html Css Color HEX #E75295 French Rose

📋 copy color: '#E75295'

red 231 ◦ green 82 ◦ blue 149

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

Shades of French Rose #E75295

Tints of French Rose #E75295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 50%
G = 17.75%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E75295 (or 0xE75295) is known color: French Rose. HEX triplet: E7, 52 and 95. RGB value is (231,82,149). Sum of RGB (Red+Green+Blue) = 231+82+149=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E75295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75295 is #18AD6A. Grayscale: #868686. Windows color (decimal): -1617259 or 9786087. OLE color: 9786087.

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

Color convert

RGB 231 82 149 -
CMYK 0 0.65 0.35 0.09
HSL 333.02º 0.76% 0.61% -
HSV(B) 333.02º 0.65% 0.91% -
XYZ 41.4 25.19 31.11 -
YUV 134.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 231 82 149 0 0.65 0.35 0.09 333.02 0.76 0.61
Hex E7 52 95 0 41 23 9 14D 4C 3D
Octal 347 122 225 0 101 43 11 515 114 75
Binary 11100111 1010010 10010101 0 1000001 100011 1001 101001101 1001100 111101

Color Harmonies of #E75295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75295

Black with #E75295

Text Example


Text Example

White with #E75295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75295; }

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

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

background-color css

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

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

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

border-color css

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

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

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