Html Css Color HEX #EB93A8 Mauvelous

📋 copy color: '#EB93A8'

red 235 ◦ green 147 ◦ blue 168

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

Shades of Mauvelous #EB93A8

Tints of Mauvelous #EB93A8

RGB

 RED value IS 235 (92.19% from 255) = 42.73%

 GREEN value IS 147 (57.81% from 255) = 26.73%

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 42.73%
G = 26.73%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB93A8 (or 0xEB93A8) is known color: Mauvelous. HEX triplet: EB, 93 and A8. RGB value is (235,147,168). Sum of RGB (Red+Green+Blue) = 235+147+168=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB93A8 is #146C57. Grayscale: #AFAFAF. Windows color (decimal): -1338456 or 11047915. OLE color: 11047915.

HSL color Cylindrical-coordinate representation of color #EB93A8: hue angle of 345.68º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB93A8 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 147 168 -
CMYK 0 0.37 0.29 0.08
HSL 345.68º 0.69% 0.75% -
HSV(B) 345.68º 0.37% 0.92% -
XYZ 51.76 41.36 42.3 -
YUV 175.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 235 147 168 0 0.37 0.29 0.08 345.68 0.69 0.75
Hex EB 93 A8 0 25 1D 8 15A 45 4B
Octal 353 223 250 0 45 35 10 532 105 113
Binary 11101011 10010011 10101000 0 100101 11101 1000 101011010 1000101 1001011

Color Harmonies of #EB93A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB93A8

Black with #EB93A8

Text Example


Text Example

White with #EB93A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB93A8; }

 p { color: rgb(235,147,168); }

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

background-color css

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

 a { background-color: rgb(235,147,168); }

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

border-color css

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

 span { border-color: rgb(235,147,168); }

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