Html Css Color HEX #EA4B5A Mandy

📋 copy color: '#EA4B5A'

red 234 ◦ green 75 ◦ blue 90

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

Shades of Mandy #EA4B5A

Tints of Mandy #EA4B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 58.65%
G = 18.8%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA4B5A (or 0xEA4B5A) is known color: Mandy. HEX triplet: EA, 4B and 5A. RGB value is (234,75,90). Sum of RGB (Red+Green+Blue) = 234+75+90=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B5A is #15B4A5. Grayscale: #7C7C7C. Windows color (decimal): -1422502 or 5917674. OLE color: 5917674.

HSL color Cylindrical-coordinate representation of color #EA4B5A: hue angle of 354.34º 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 #EA4B5A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 75 90 -
CMYK 0 0.68 0.62 0.08
HSL 354.34º 0.79% 0.61% -
HSV(B) 354.34º 0.68% 0.92% -
XYZ 38.29 23.26 12.14 -
YUV 124.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 234 75 90 0 0.68 0.62 0.08 354.34 0.79 0.61
Hex EA 4B 5A 0 44 3E 8 162 4F 3D
Octal 352 113 132 0 104 76 10 542 117 75
Binary 11101010 1001011 1011010 0 1000100 111110 1000 101100010 1001111 111101

Color Harmonies of #EA4B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4B5A

Black with #EA4B5A

Text Example


Text Example

White with #EA4B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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