Html Css Color HEX #E95062 Mandy

📋 copy color: '#E95062'

red 233 ◦ green 80 ◦ blue 98

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

Shades of Mandy #E95062

Tints of Mandy #E95062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 56.69%
G = 19.46%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E95062 (or 0xE95062) is known color: Mandy. HEX triplet: E9, 50 and 62. RGB value is (233,80,98). Sum of RGB (Red+Green+Blue) = 233+80+98=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E95062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95062 is #16AF9D. Grayscale: #7F7F7F. Windows color (decimal): -1486750 or 6443241. OLE color: 6443241.

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

Color convert

RGB 233 80 98 -
CMYK 0 0.66 0.58 0.09
HSL 352.94º 0.78% 0.61% -
HSV(B) 352.94º 0.66% 0.91% -
XYZ 38.68 23.94 14.14 -
YUV 127.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 233 80 98 0 0.66 0.58 0.09 352.94 0.78 0.61
Hex E9 50 62 0 42 3A 9 161 4E 3D
Octal 351 120 142 0 102 72 11 541 116 75
Binary 11101001 1010000 1100010 0 1000010 111010 1001 101100001 1001110 111101

Color Harmonies of #E95062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95062

Black with #E95062

Text Example


Text Example

White with #E95062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95062; }

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

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

background-color css

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

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

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

border-color css

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

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

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