Html Css Color HEX #EFB0C6 Cupid

📋 copy color: '#EFB0C6'

red 239 ◦ green 176 ◦ blue 198

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

Shades of Cupid #EFB0C6

Tints of Cupid #EFB0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.3%

R = 38.99%
G = 28.71%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFB0C6 (or 0xEFB0C6) is known color: Cupid. HEX triplet: EF, B0 and C6. RGB value is (239,176,198). Sum of RGB (Red+Green+Blue) = 239+176+198=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0C6 is #104F39. Grayscale: #C5C5C5. Windows color (decimal): -1068858 or 13021423. OLE color: 13021423.

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

Color convert

RGB 239 176 198 -
CMYK 0 0.26 0.17 0.06
HSL 339.05º 0.66% 0.81% -
HSV(B) 339.05º 0.26% 0.94% -
XYZ 61.31 53.48 60.52 -
YUV 197.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 239 176 198 0 0.26 0.17 0.06 339.05 0.66 0.81
Hex EF B0 C6 0 1A 11 6 153 42 51
Octal 357 260 306 0 32 21 6 523 102 121
Binary 11101111 10110000 11000110 0 11010 10001 110 101010011 1000010 1010001

Color Harmonies of #EFB0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0C6

Black with #EFB0C6

Text Example


Text Example

White with #EFB0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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