Html Css Color HEX #E95052 Mandy

📋 copy color: '#E95052'

red 233 ◦ green 80 ◦ blue 82

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

Shades of Mandy #E95052

Tints of Mandy #E95052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 58.99%
G = 20.25%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E95052 (or 0xE95052) is known color: Mandy. HEX triplet: E9, 50 and 52. RGB value is (233,80,82). Sum of RGB (Red+Green+Blue) = 233+80+82=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E95052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95052 is #16AFAD. Grayscale: #7E7E7E. Windows color (decimal): -1486766 or 5394665. OLE color: 5394665.

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

Color convert

RGB 233 80 82 -
CMYK 0 0.66 0.65 0.09
HSL 359.22º 0.78% 0.61% -
HSV(B) 359.22º 0.66% 0.91% -
XYZ 38 23.67 10.55 -
YUV 125.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 233 80 82 0 0.66 0.65 0.09 359.22 0.78 0.61
Hex E9 50 52 0 42 41 9 167 4E 3D
Octal 351 120 122 0 102 101 11 547 116 75
Binary 11101001 1010000 1010010 0 1000010 1000001 1001 101100111 1001110 111101

Color Harmonies of #E95052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95052

Black with #E95052

Text Example


Text Example

White with #E95052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95052; }

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

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

background-color css

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

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

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

border-color css

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

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

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