Html Css Color HEX #EF99A5 Mauvelous

📋 copy color: '#EF99A5'

red 239 ◦ green 153 ◦ blue 165

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

Shades of Mauvelous #EF99A5

Tints of Mauvelous #EF99A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.47%

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 42.91%
G = 27.47%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF99A5 (or 0xEF99A5) is known color: Mauvelous. HEX triplet: EF, 99 and A5. RGB value is (239,153,165). Sum of RGB (Red+Green+Blue) = 239+153+165=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99A5 is #10665A. Grayscale: #B4B4B4. Windows color (decimal): -1074779 or 10852847. OLE color: 10852847.

HSL color Cylindrical-coordinate representation of color #EF99A5: hue angle of 351.63º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99A5 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 153 165 -
CMYK 0 0.36 0.31 0.06
HSL 351.63º 0.73% 0.77% -
HSV(B) 351.63º 0.36% 0.94% -
XYZ 53.78 43.85 41.23 -
YUV 180.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 239 153 165 0 0.36 0.31 0.06 351.63 0.73 0.77
Hex EF 99 A5 0 24 1F 6 160 49 4D
Octal 357 231 245 0 44 37 6 540 111 115
Binary 11101111 10011001 10100101 0 100100 11111 110 101100000 1001001 1001101

Color Harmonies of #EF99A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99A5

Black with #EF99A5

Text Example


Text Example

White with #EF99A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99A5; }

 p { color: rgb(239,153,165); }

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

background-color css

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

 a { background-color: rgb(239,153,165); }

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

border-color css

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

 span { border-color: rgb(239,153,165); }

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