Html Css Color HEX #E95092 French Rose

📋 copy color: '#E95092'

red 233 ◦ green 80 ◦ blue 146

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

Shades of French Rose #E95092

Tints of French Rose #E95092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.43%

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

R = 50.76%
G = 17.43%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E95092 (or 0xE95092) is known color: French Rose. HEX triplet: E9, 50 and 92. RGB value is (233,80,146). Sum of RGB (Red+Green+Blue) = 233+80+146=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E95092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95092 is #16AF6D. Grayscale: #858585. Windows color (decimal): -1486702 or 9588969. OLE color: 9588969.

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

Color convert

RGB 233 80 146 -
CMYK 0 0.66 0.37 0.09
HSL 334.12º 0.78% 0.61% -
HSV(B) 334.12º 0.66% 0.91% -
XYZ 41.66 25.14 29.85 -
YUV 133.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 233 80 146 0 0.66 0.37 0.09 334.12 0.78 0.61
Hex E9 50 92 0 42 25 9 14E 4E 3D
Octal 351 120 222 0 102 45 11 516 116 75
Binary 11101001 1010000 10010010 0 1000010 100101 1001 101001110 1001110 111101

Color Harmonies of #E95092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95092

Black with #E95092

Text Example


Text Example

White with #E95092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95092; }

 p { color: rgb(233,80,146); }

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

background-color css

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

 a { background-color: rgb(233,80,146); }

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

border-color css

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

 span { border-color: rgb(233,80,146); }

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