Html Css Color HEX #EFB2C4 Cupid

📋 copy color: '#EFB2C4'

red 239 ◦ green 178 ◦ blue 196

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

Shades of Cupid #EFB2C4

Tints of Cupid #EFB2C4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.04%

 BLUE value IS 196 (76.95% from 255) = 31.97%

R = 38.99%
G = 29.04%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFB2C4 (or 0xEFB2C4) is known color: Cupid. HEX triplet: EF, B2 and C4. RGB value is (239,178,196). Sum of RGB (Red+Green+Blue) = 239+178+196=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2C4 is #104D3B. Grayscale: #C6C6C6. Windows color (decimal): -1068348 or 12890863. OLE color: 12890863.

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

Color convert

RGB 239 178 196 -
CMYK 0 0.26 0.18 0.06
HSL 342.3º 0.66% 0.82% -
HSV(B) 342.3º 0.26% 0.94% -
XYZ 61.48 54.18 59.44 -
YUV 198.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 239 178 196 0 0.26 0.18 0.06 342.3 0.66 0.82
Hex EF B2 C4 0 1A 12 6 156 42 52
Octal 357 262 304 0 32 22 6 526 102 122
Binary 11101111 10110010 11000100 0 11010 10010 110 101010110 1000010 1010010

Color Harmonies of #EFB2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2C4

Black with #EFB2C4

Text Example


Text Example

White with #EFB2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2C4; }

 p { color: rgb(239,178,196); }

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

background-color css

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

 a { background-color: rgb(239,178,196); }

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

border-color css

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

 span { border-color: rgb(239,178,196); }

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