Html Css Color HEX #E75492 French Rose

📋 copy color: '#E75492'

red 231 ◦ green 84 ◦ blue 146

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

Shades of French Rose #E75492

Tints of French Rose #E75492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 50.11%
G = 18.22%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E75492 (or 0xE75492) is known color: French Rose. HEX triplet: E7, 54 and 92. RGB value is (231,84,146). Sum of RGB (Red+Green+Blue) = 231+84+146=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E75492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75492 is #18AB6D. Grayscale: #868686. Windows color (decimal): -1616750 or 9589991. OLE color: 9589991.

HSL color Cylindrical-coordinate representation of color #E75492: hue angle of 334.69º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75492 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 84 146 -
CMYK 0 0.64 0.37 0.09
HSL 334.69º 0.75% 0.62% -
HSV(B) 334.69º 0.64% 0.91% -
XYZ 41.31 25.4 29.92 -
YUV 135.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 231 84 146 0 0.64 0.37 0.09 334.69 0.75 0.62
Hex E7 54 92 0 40 25 9 14F 4B 3E
Octal 347 124 222 0 100 45 11 517 113 76
Binary 11100111 1010100 10010010 0 1000000 100101 1001 101001111 1001011 111110

Color Harmonies of #E75492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75492

Black with #E75492

Text Example


Text Example

White with #E75492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75492; }

 p { color: rgb(231,84,146); }

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

background-color css

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

 a { background-color: rgb(231,84,146); }

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

border-color css

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

 span { border-color: rgb(231,84,146); }

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