Html Css Color HEX #EB85A8 Mauvelous

📋 copy color: '#EB85A8'

red 235 ◦ green 133 ◦ blue 168

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

Shades of Mauvelous #EB85A8

Tints of Mauvelous #EB85A8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.81%

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

R = 43.84%
G = 24.81%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB85A8 (or 0xEB85A8) is known color: Mauvelous. HEX triplet: EB, 85 and A8. RGB value is (235,133,168). Sum of RGB (Red+Green+Blue) = 235+133+168=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB85A8 is #147A57. Grayscale: #A7A7A7. Windows color (decimal): -1342040 or 11044331. OLE color: 11044331.

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

Color convert

RGB 235 133 168 -
CMYK 0 0.43 0.29 0.08
HSL 339.41º 0.72% 0.72% -
HSV(B) 339.41º 0.43% 0.92% -
XYZ 49.72 37.26 41.62 -
YUV 167.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 235 133 168 0 0.43 0.29 0.08 339.41 0.72 0.72
Hex EB 85 A8 0 2B 1D 8 153 48 48
Octal 353 205 250 0 53 35 10 523 110 110
Binary 11101011 10000101 10101000 0 101011 11101 1000 101010011 1001000 1001000

Color Harmonies of #EB85A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85A8

Black with #EB85A8

Text Example


Text Example

White with #EB85A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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