Html Css Color HEX #E95299 French Rose

📋 copy color: '#E95299'

red 233 ◦ green 82 ◦ blue 153

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

Shades of French Rose #E95299

Tints of French Rose #E95299

RGB

 RED value IS 233 (91.41% from 255) = 49.79%

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

 BLUE value IS 153 (60.16% from 255) = 32.69%

R = 49.79%
G = 17.52%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E95299 (or 0xE95299) is known color: French Rose. HEX triplet: E9, 52 and 99. RGB value is (233,82,153). Sum of RGB (Red+Green+Blue) = 233+82+153=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E95299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95299 is #16AD66. Grayscale: #878787. Windows color (decimal): -1486183 or 10048233. OLE color: 10048233.

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

Color convert

RGB 233 82 153 -
CMYK 0 0.65 0.34 0.09
HSL 331.79º 0.77% 0.62% -
HSV(B) 331.79º 0.65% 0.91% -
XYZ 42.37 25.66 32.86 -
YUV 135.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 233 82 153 0 0.65 0.34 0.09 331.79 0.77 0.62
Hex E9 52 99 0 41 22 9 14C 4D 3E
Octal 351 122 231 0 101 42 11 514 115 76
Binary 11101001 1010010 10011001 0 1000001 100010 1001 101001100 1001101 111110

Color Harmonies of #E95299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95299

Black with #E95299

Text Example


Text Example

White with #E95299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95299; }

 p { color: rgb(233,82,153); }

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

background-color css

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

 a { background-color: rgb(233,82,153); }

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

border-color css

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

 span { border-color: rgb(233,82,153); }

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