Html Css Color HEX #E2464B Mandy

📋 copy color: '#E2464B'

red 226 ◦ green 70 ◦ blue 75

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

Shades of Mandy #E2464B

Tints of Mandy #E2464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 60.92%
G = 18.87%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2464B (or 0xE2464B) is known color: Mandy. HEX triplet: E2, 46 and 4B. RGB value is (226,70,75). Sum of RGB (Red+Green+Blue) = 226+70+75=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2464B is #1DB9B4. Grayscale: #757575. Windows color (decimal): -1948085 or 4933346. OLE color: 4933346.

HSL color Cylindrical-coordinate representation of color #E2464B: hue angle of 358.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2464B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 70 75 -
CMYK 0 0.69 0.67 0.11
HSL 358.08º 0.73% 0.58% -
HSV(B) 358.08º 0.69% 0.89% -
XYZ 34.82 21.06 8.89 -
YUV 117.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 226 70 75 0 0.69 0.67 0.11 358.08 0.73 0.58
Hex E2 46 4B 0 45 43 B 166 49 3A
Octal 342 106 113 0 105 103 13 546 111 72
Binary 11100010 1000110 1001011 0 1000101 1000011 1011 101100110 1001001 111010

Color Harmonies of #E2464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2464B

Black with #E2464B

Text Example


Text Example

White with #E2464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2464B; }

 p { color: rgb(226,70,75); }

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

background-color css

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

 a { background-color: rgb(226,70,75); }

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

border-color css

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

 span { border-color: rgb(226,70,75); }

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