Html Css Color HEX #E75594 French Rose

📋 copy color: '#E75594'

red 231 ◦ green 85 ◦ blue 148

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

Shades of French Rose #E75594

Tints of French Rose #E75594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 49.78%
G = 18.32%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E75594 (or 0xE75594) is known color: French Rose. HEX triplet: E7, 55 and 94. RGB value is (231,85,148). Sum of RGB (Red+Green+Blue) = 231+85+148=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75594 is #18AA6B. Grayscale: #878787. Windows color (decimal): -1616492 or 9721319. OLE color: 9721319.

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

Color convert

RGB 231 85 148 -
CMYK 0 0.63 0.36 0.09
HSL 334.11º 0.75% 0.62% -
HSV(B) 334.11º 0.63% 0.91% -
XYZ 41.55 25.62 30.77 -
YUV 135.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 231 85 148 0 0.63 0.36 0.09 334.11 0.75 0.62
Hex E7 55 94 0 3F 24 9 14E 4B 3E
Octal 347 125 224 0 77 44 11 516 113 76
Binary 11100111 1010101 10010100 0 111111 100100 1001 101001110 1001011 111110

Color Harmonies of #E75594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75594

Black with #E75594

Text Example


Text Example

White with #E75594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75594; }

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

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

background-color css

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

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

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

border-color css

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

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

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