Html Css Color HEX #EFAEBE Cupid

📋 copy color: '#EFAEBE'

red 239 ◦ green 174 ◦ blue 190

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

Shades of Cupid #EFAEBE

Tints of Cupid #EFAEBE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.86%

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 39.64%
G = 28.86%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFAEBE (or 0xEFAEBE) is known color: Cupid. HEX triplet: EF, AE and BE. RGB value is (239,174,190). Sum of RGB (Red+Green+Blue) = 239+174+190=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEBE is #105141. Grayscale: #C3C3C3. Windows color (decimal): -1069378 or 12496623. OLE color: 12496623.

HSL color Cylindrical-coordinate representation of color #EFAEBE: hue angle of 345.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEBE is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 174 190 -
CMYK 0 0.27 0.21 0.06
HSL 345.23º 0.67% 0.81% -
HSV(B) 345.23º 0.27% 0.94% -
XYZ 60.03 52.34 55.65 -
YUV 195.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 239 174 190 0 0.27 0.21 0.06 345.23 0.67 0.81
Hex EF AE BE 0 1B 15 6 159 43 51
Octal 357 256 276 0 33 25 6 531 103 121
Binary 11101111 10101110 10111110 0 11011 10101 110 101011001 1000011 1010001

Color Harmonies of #EFAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEBE

Black with #EFAEBE

Text Example


Text Example

White with #EFAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEBE; }

 p { color: rgb(239,174,190); }

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

background-color css

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

 a { background-color: rgb(239,174,190); }

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

border-color css

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

 span { border-color: rgb(239,174,190); }

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