Html Css Color HEX #EFAFC2 Cupid

📋 copy color: '#EFAFC2'

red 239 ◦ green 175 ◦ blue 194

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

Shades of Cupid #EFAFC2

Tints of Cupid #EFAFC2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.78%

 BLUE value IS 194 (76.17% from 255) = 31.91%

R = 39.31%
G = 28.78%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFAFC2 (or 0xEFAFC2) is known color: Cupid. HEX triplet: EF, AF and C2. RGB value is (239,175,194). Sum of RGB (Red+Green+Blue) = 239+175+194=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC2 is #10503D. Grayscale: #C4C4C4. Windows color (decimal): -1069118 or 12759023. OLE color: 12759023.

HSL color Cylindrical-coordinate representation of color #EFAFC2: hue angle of 342.19º 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 #EFAFC2 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 194 -
CMYK 0 0.27 0.19 0.06
HSL 342.19º 0.67% 0.81% -
HSV(B) 342.19º 0.27% 0.94% -
XYZ 60.66 52.91 58.05 -
YUV 196.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 239 175 194 0 0.27 0.19 0.06 342.19 0.67 0.81
Hex EF AF C2 0 1B 13 6 156 43 51
Octal 357 257 302 0 33 23 6 526 103 121
Binary 11101111 10101111 11000010 0 11011 10011 110 101010110 1000011 1010001

Color Harmonies of #EFAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFC2

Black with #EFAFC2

Text Example


Text Example

White with #EFAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFC2; }

 p { color: rgb(239,175,194); }

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

background-color css

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

 a { background-color: rgb(239,175,194); }

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

border-color css

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

 span { border-color: rgb(239,175,194); }

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