Html Css Color HEX #EFB0C8 Cupid

📋 copy color: '#EFB0C8'

red 239 ◦ green 176 ◦ blue 200

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

Shades of Cupid #EFB0C8

Tints of Cupid #EFB0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.52%

R = 38.86%
G = 28.62%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFB0C8 (or 0xEFB0C8) is known color: Cupid. HEX triplet: EF, B0 and C8. RGB value is (239,176,200). Sum of RGB (Red+Green+Blue) = 239+176+200=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0C8 is #104F37. Grayscale: #C5C5C5. Windows color (decimal): -1068856 or 13152495. OLE color: 13152495.

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

Color convert

RGB 239 176 200 -
CMYK 0 0.26 0.16 0.06
HSL 337.14º 0.66% 0.81% -
HSV(B) 337.14º 0.26% 0.94% -
XYZ 61.55 53.57 61.74 -
YUV 197.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 239 176 200 0 0.26 0.16 0.06 337.14 0.66 0.81
Hex EF B0 C8 0 1A 10 6 151 42 51
Octal 357 260 310 0 32 20 6 521 102 121
Binary 11101111 10110000 11001000 0 11010 10000 110 101010001 1000010 1010001

Color Harmonies of #EFB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0C8

Black with #EFB0C8

Text Example


Text Example

White with #EFB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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