Html Css Color HEX #EBA8C2 Cupid

📋 copy color: '#EBA8C2'

red 235 ◦ green 168 ◦ blue 194

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

Shades of Cupid #EBA8C2

Tints of Cupid #EBA8C2

RGB

 RED value IS 235 (92.19% from 255) = 39.36%

 GREEN value IS 168 (66.02% from 255) = 28.14%

 BLUE value IS 194 (76.17% from 255) = 32.5%

R = 39.36%
G = 28.14%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBA8C2 (or 0xEBA8C2) is known color: Cupid. HEX triplet: EB, A8 and C2. RGB value is (235,168,194). Sum of RGB (Red+Green+Blue) = 235+168+194=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8C2 is #14573D. Grayscale: #BEBEBE. Windows color (decimal): -1333054 or 12757227. OLE color: 12757227.

HSL color Cylindrical-coordinate representation of color #EBA8C2: hue angle of 336.72º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8C2 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 194 -
CMYK 0 0.29 0.17 0.08
HSL 336.72º 0.63% 0.79% -
HSV(B) 336.72º 0.29% 0.92% -
XYZ 58 49.56 57.55 -
YUV 191 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 235 168 194 0 0.29 0.17 0.08 336.72 0.63 0.79
Hex EB A8 C2 0 1D 11 8 151 3F 4F
Octal 353 250 302 0 35 21 10 521 77 117
Binary 11101011 10101000 11000010 0 11101 10001 1000 101010001 111111 1001111

Color Harmonies of #EBA8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8C2

Black with #EBA8C2

Text Example


Text Example

White with #EBA8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8C2; }

 p { color: rgb(235,168,194); }

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

background-color css

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

 a { background-color: rgb(235,168,194); }

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

border-color css

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

 span { border-color: rgb(235,168,194); }

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