Html Css Color HEX #EFB0CA Cupid

📋 copy color: '#EFB0CA'

red 239 ◦ green 176 ◦ blue 202

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

Shades of Cupid #EFB0CA

Tints of Cupid #EFB0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 38.74%
G = 28.53%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFB0CA (or 0xEFB0CA) is known color: Cupid. HEX triplet: EF, B0 and CA. RGB value is (239,176,202). Sum of RGB (Red+Green+Blue) = 239+176+202=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0CA is #104F35. Grayscale: #C5C5C5. Windows color (decimal): -1068854 or 13283567. OLE color: 13283567.

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

Color convert

RGB 239 176 202 -
CMYK 0 0.26 0.15 0.06
HSL 335.24º 0.66% 0.81% -
HSV(B) 335.24º 0.26% 0.94% -
XYZ 61.78 53.67 62.98 -
YUV 197.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 239 176 202 0 0.26 0.15 0.06 335.24 0.66 0.81
Hex EF B0 CA 0 1A F 6 14F 42 51
Octal 357 260 312 0 32 17 6 517 102 121
Binary 11101111 10110000 11001010 0 11010 1111 110 101001111 1000010 1010001

Color Harmonies of #EFB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0CA

Black with #EFB0CA

Text Example


Text Example

White with #EFB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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