Html Css Color HEX #EB92A8 Mauvelous

📋 copy color: '#EB92A8'

red 235 ◦ green 146 ◦ blue 168

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

Shades of Mauvelous #EB92A8

Tints of Mauvelous #EB92A8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.59%

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

R = 42.81%
G = 26.59%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB92A8 (or 0xEB92A8) is known color: Mauvelous. HEX triplet: EB, 92 and A8. RGB value is (235,146,168). Sum of RGB (Red+Green+Blue) = 235+146+168=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB92A8 is #146D57. Grayscale: #AFAFAF. Windows color (decimal): -1338712 or 11047659. OLE color: 11047659.

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

Color convert

RGB 235 146 168 -
CMYK 0 0.38 0.29 0.08
HSL 345.17º 0.69% 0.75% -
HSV(B) 345.17º 0.38% 0.92% -
XYZ 51.61 41.05 42.25 -
YUV 175.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 235 146 168 0 0.38 0.29 0.08 345.17 0.69 0.75
Hex EB 92 A8 0 26 1D 8 159 45 4B
Octal 353 222 250 0 46 35 10 531 105 113
Binary 11101011 10010010 10101000 0 100110 11101 1000 101011001 1000101 1001011

Color Harmonies of #EB92A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB92A8

Black with #EB92A8

Text Example


Text Example

White with #EB92A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB92A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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