Html Css Color HEX #E75294 French Rose

📋 copy color: '#E75294'

red 231 ◦ green 82 ◦ blue 148

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

Shades of French Rose #E75294

Tints of French Rose #E75294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 50.11%
G = 17.79%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E75294 (or 0xE75294) is known color: French Rose. HEX triplet: E7, 52 and 94. RGB value is (231,82,148). Sum of RGB (Red+Green+Blue) = 231+82+148=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E75294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75294 is #18AD6B. Grayscale: #858585. Windows color (decimal): -1617260 or 9720551. OLE color: 9720551.

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

Color convert

RGB 231 82 148 -
CMYK 0 0.65 0.36 0.09
HSL 333.42º 0.76% 0.61% -
HSV(B) 333.42º 0.65% 0.91% -
XYZ 41.32 25.16 30.7 -
YUV 134.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 231 82 148 0 0.65 0.36 0.09 333.42 0.76 0.61
Hex E7 52 94 0 41 24 9 14D 4C 3D
Octal 347 122 224 0 101 44 11 515 114 75
Binary 11100111 1010010 10010100 0 1000001 100100 1001 101001101 1001100 111101

Color Harmonies of #E75294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75294

Black with #E75294

Text Example


Text Example

White with #E75294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75294; }

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

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

background-color css

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

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

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

border-color css

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

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

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