Html Css Color HEX #EB84A8 Mauvelous

📋 copy color: '#EB84A8'

red 235 ◦ green 132 ◦ blue 168

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

Shades of Mauvelous #EB84A8

Tints of Mauvelous #EB84A8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.67%

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

R = 43.93%
G = 24.67%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB84A8 (or 0xEB84A8) is known color: Mauvelous. HEX triplet: EB, 84 and A8. RGB value is (235,132,168). Sum of RGB (Red+Green+Blue) = 235+132+168=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB84A8 is #147B57. Grayscale: #A6A6A6. Windows color (decimal): -1342296 or 11044075. OLE color: 11044075.

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

Color convert

RGB 235 132 168 -
CMYK 0 0.44 0.29 0.08
HSL 339.03º 0.72% 0.72% -
HSV(B) 339.03º 0.44% 0.92% -
XYZ 49.58 36.99 41.57 -
YUV 166.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 235 132 168 0 0.44 0.29 0.08 339.03 0.72 0.72
Hex EB 84 A8 0 2C 1D 8 153 48 48
Octal 353 204 250 0 54 35 10 523 110 110
Binary 11101011 10000100 10101000 0 101100 11101 1000 101010011 1001000 1001000

Color Harmonies of #EB84A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB84A8

Black with #EB84A8

Text Example


Text Example

White with #EB84A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB84A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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