Html Css Color HEX #EFB0C0 Cupid

📋 copy color: '#EFB0C0'

red 239 ◦ green 176 ◦ blue 192

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

Shades of Cupid #EFB0C0

Tints of Cupid #EFB0C0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29%

 BLUE value IS 192 (75.39% from 255) = 31.63%

R = 39.37%
G = 29%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFB0C0 (or 0xEFB0C0) is known color: Cupid. HEX triplet: EF, B0 and C0. RGB value is (239,176,192). Sum of RGB (Red+Green+Blue) = 239+176+192=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0C0 is #104F3F. Grayscale: #C4C4C4. Windows color (decimal): -1068864 or 12628207. OLE color: 12628207.

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

Color convert

RGB 239 176 192 -
CMYK 0 0.26 0.20 0.06
HSL 344.76º 0.66% 0.81% -
HSV(B) 344.76º 0.26% 0.94% -
XYZ 60.64 53.21 56.94 -
YUV 196.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 239 176 192 0 0.26 0.20 0.06 344.76 0.66 0.81
Hex EF B0 C0 0 1A 14 6 159 42 51
Octal 357 260 300 0 32 24 6 531 102 121
Binary 11101111 10110000 11000000 0 11010 10100 110 101011001 1000010 1010001

Color Harmonies of #EFB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0C0

Black with #EFB0C0

Text Example


Text Example

White with #EFB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0C0; }

 p { color: rgb(239,176,192); }

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

background-color css

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

 a { background-color: rgb(239,176,192); }

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

border-color css

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

 span { border-color: rgb(239,176,192); }

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