Html Css Color HEX #EA8CA4 Mauvelous

📋 copy color: '#EA8CA4'

red 234 ◦ green 140 ◦ blue 164

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

Shades of Mauvelous #EA8CA4

Tints of Mauvelous #EA8CA4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

 BLUE value IS 164 (64.45% from 255) = 30.48%

R = 43.49%
G = 26.02%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA8CA4 (or 0xEA8CA4) is known color: Mauvelous. HEX triplet: EA, 8C and A4. RGB value is (234,140,164). Sum of RGB (Red+Green+Blue) = 234+140+164=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8CA4 is #15735B. Grayscale: #AAAAAA. Windows color (decimal): -1405788 or 10783978. OLE color: 10783978.

HSL color Cylindrical-coordinate representation of color #EA8CA4: hue angle of 344.68º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CA4 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 164 -
CMYK 0 0.40 0.30 0.08
HSL 344.68º 0.69% 0.73% -
HSV(B) 344.68º 0.4% 0.92% -
XYZ 50.01 38.93 40 -
YUV 170.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 234 140 164 0 0.40 0.30 0.08 344.68 0.69 0.73
Hex EA 8C A4 0 28 1E 8 159 45 49
Octal 352 214 244 0 50 36 10 531 105 111
Binary 11101010 10001100 10100100 0 101000 11110 1000 101011001 1000101 1001001

Color Harmonies of #EA8CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8CA4

Black with #EA8CA4

Text Example


Text Example

White with #EA8CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8CA4; }

 p { color: rgb(234,140,164); }

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

background-color css

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

 a { background-color: rgb(234,140,164); }

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

border-color css

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

 span { border-color: rgb(234,140,164); }

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