Html Css Color HEX #E2505C Mandy

📋 copy color: '#E2505C'

red 226 ◦ green 80 ◦ blue 92

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

Shades of Mandy #E2505C

Tints of Mandy #E2505C

RGB

 RED value IS 226 (88.67% from 255) = 56.78%

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 56.78%
G = 20.1%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2505C (or 0xE2505C) is known color: Mandy. HEX triplet: E2, 50 and 5C. RGB value is (226,80,92). Sum of RGB (Red+Green+Blue) = 226+80+92=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E2505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2505C is #1DAFA3. Grayscale: #7D7D7D. Windows color (decimal): -1945508 or 6050018. OLE color: 6050018.

HSL color Cylindrical-coordinate representation of color #E2505C: hue angle of 355.07º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2505C is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 92 -
CMYK 0 0.65 0.59 0.11
HSL 355.07º 0.72% 0.6% -
HSV(B) 355.07º 0.65% 0.89% -
XYZ 36.16 22.68 12.6 -
YUV 125.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 226 80 92 0 0.65 0.59 0.11 355.07 0.72 0.6
Hex E2 50 5C 0 41 3B B 163 48 3C
Octal 342 120 134 0 101 73 13 543 110 74
Binary 11100010 1010000 1011100 0 1000001 111011 1011 101100011 1001000 111100

Color Harmonies of #E2505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2505C

Black with #E2505C

Text Example


Text Example

White with #E2505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2505C; }

 p { color: rgb(226,80,92); }

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

background-color css

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

 a { background-color: rgb(226,80,92); }

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

border-color css

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

 span { border-color: rgb(226,80,92); }

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