Html Css Color HEX #EFB1CA Cupid

📋 copy color: '#EFB1CA'

red 239 ◦ green 177 ◦ blue 202

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

Shades of Cupid #EFB1CA

Tints of Cupid #EFB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.64%

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

R = 38.67%
G = 28.64%
B = 32.69%

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

#EFB1CA (or 0xEFB1CA) is known color: Cupid. HEX triplet: EF, B1 and CA. RGB value is (239,177,202). Sum of RGB (Red+Green+Blue) = 239+177+202=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1CA is #104E35. Grayscale: #C6C6C6. Windows color (decimal): -1068598 or 13283823. OLE color: 13283823.

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

Color convert

RGB 239 177 202 -
CMYK 0 0.26 0.15 0.06
HSL 335.81º 0.66% 0.82% -
HSV(B) 335.81º 0.26% 0.94% -
XYZ 61.98 54.06 63.04 -
YUV 198.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 239 177 202 0 0.26 0.15 0.06 335.81 0.66 0.82
Hex EF B1 CA 0 1A F 6 150 42 52
Octal 357 261 312 0 32 17 6 520 102 122
Binary 11101111 10110001 11001010 0 11010 1111 110 101010000 1000010 1010010

Color Harmonies of #EFB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1CA

Black with #EFB1CA

Text Example


Text Example

White with #EFB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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