Html Css Color HEX #EFA7C2 Cupid

📋 copy color: '#EFA7C2'

red 239 ◦ green 167 ◦ blue 194

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

Shades of Cupid #EFA7C2

Tints of Cupid #EFA7C2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.83%

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

R = 39.83%
G = 27.83%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFA7C2 (or 0xEFA7C2) is known color: Cupid. HEX triplet: EF, A7 and C2. RGB value is (239,167,194). Sum of RGB (Red+Green+Blue) = 239+167+194=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7C2 is #10583D. Grayscale: #BFBFBF. Windows color (decimal): -1071166 or 12756975. OLE color: 12756975.

HSL color Cylindrical-coordinate representation of color #EFA7C2: hue angle of 337.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7C2 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 194 -
CMYK 0 0.30 0.19 0.06
HSL 337.5º 0.69% 0.8% -
HSV(B) 337.5º 0.3% 0.94% -
XYZ 59.15 49.88 57.55 -
YUV 191.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 239 167 194 0 0.30 0.19 0.06 337.5 0.69 0.8
Hex EF A7 C2 0 1E 13 6 152 45 50
Octal 357 247 302 0 36 23 6 522 105 120
Binary 11101111 10100111 11000010 0 11110 10011 110 101010010 1000101 1010000

Color Harmonies of #EFA7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7C2

Black with #EFA7C2

Text Example


Text Example

White with #EFA7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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