Html Css Color HEX #EF92A8 Mauvelous

📋 copy color: '#EF92A8'

red 239 ◦ green 146 ◦ blue 168

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

Shades of Mauvelous #EF92A8

Tints of Mauvelous #EF92A8

RGB

 RED value IS 239 (93.75% from 255) = 43.22%

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

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

R = 43.22%
G = 26.4%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF92A8 (or 0xEF92A8) is known color: Mauvelous. HEX triplet: EF, 92 and A8. RGB value is (239,146,168). Sum of RGB (Red+Green+Blue) = 239+146+168=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF92A8 is #106D57. Grayscale: #B0B0B0. Windows color (decimal): -1076568 or 11047663. OLE color: 11047663.

HSL color Cylindrical-coordinate representation of color #EF92A8: hue angle of 345.81º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92A8 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 146 168 -
CMYK 0 0.39 0.30 0.06
HSL 345.81º 0.74% 0.75% -
HSV(B) 345.81º 0.39% 0.94% -
XYZ 52.94 41.74 42.31 -
YUV 176.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 239 146 168 0 0.39 0.30 0.06 345.81 0.74 0.75
Hex EF 92 A8 0 27 1E 6 15A 4A 4B
Octal 357 222 250 0 47 36 6 532 112 113
Binary 11101111 10010010 10101000 0 100111 11110 110 101011010 1001010 1001011

Color Harmonies of #EF92A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF92A8

Black with #EF92A8

Text Example


Text Example

White with #EF92A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF92A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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