Html Css Color HEX #EA4B5C Mandy

📋 copy color: '#EA4B5C'

red 234 ◦ green 75 ◦ blue 92

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

Shades of Mandy #EA4B5C

Tints of Mandy #EA4B5C

RGB

 RED value IS 234 (91.8% from 255) = 58.35%

 GREEN value IS 75 (29.69% from 255) = 18.7%

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

R = 58.35%
G = 18.7%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA4B5C (or 0xEA4B5C) is known color: Mandy. HEX triplet: EA, 4B and 5C. RGB value is (234,75,92). Sum of RGB (Red+Green+Blue) = 234+75+92=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B5C is #15B4A3. Grayscale: #7C7C7C. Windows color (decimal): -1422500 or 6048746. OLE color: 6048746.

HSL color Cylindrical-coordinate representation of color #EA4B5C: hue angle of 353.58º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4B5C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 75 92 -
CMYK 0 0.68 0.61 0.08
HSL 353.58º 0.79% 0.61% -
HSV(B) 353.58º 0.68% 0.92% -
XYZ 38.38 23.3 12.6 -
YUV 124.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 234 75 92 0 0.68 0.61 0.08 353.58 0.79 0.61
Hex EA 4B 5C 0 44 3D 8 162 4F 3D
Octal 352 113 134 0 104 75 10 542 117 75
Binary 11101010 1001011 1011100 0 1000100 111101 1000 101100010 1001111 111101

Color Harmonies of #EA4B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4B5C

Black with #EA4B5C

Text Example


Text Example

White with #EA4B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4B5C; }

 p { color: rgb(234,75,92); }

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

background-color css

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

 a { background-color: rgb(234,75,92); }

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

border-color css

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

 span { border-color: rgb(234,75,92); }

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