Html Css Color HEX #EBAEBB Cupid

📋 copy color: '#EBAEBB'

red 235 ◦ green 174 ◦ blue 187

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

Shades of Cupid #EBAEBB

Tints of Cupid #EBAEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.19%

 BLUE value IS 187 (73.44% from 255) = 31.38%

R = 39.43%
G = 29.19%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBAEBB (or 0xEBAEBB) is known color: Cupid. HEX triplet: EB, AE and BB. RGB value is (235,174,187). Sum of RGB (Red+Green+Blue) = 235+174+187=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEBB is #145144. Grayscale: #C1C1C1. Windows color (decimal): -1331525 or 12300011. OLE color: 12300011.

HSL color Cylindrical-coordinate representation of color #EBAEBB: hue angle of 347.21º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEBB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 187 -
CMYK 0 0.26 0.20 0.08
HSL 347.21º 0.6% 0.8% -
HSV(B) 347.21º 0.26% 0.92% -
XYZ 58.37 51.52 53.88 -
YUV 193.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 235 174 187 0 0.26 0.20 0.08 347.21 0.6 0.8
Hex EB AE BB 0 1A 14 8 15B 3C 50
Octal 353 256 273 0 32 24 10 533 74 120
Binary 11101011 10101110 10111011 0 11010 10100 1000 101011011 111100 1010000

Color Harmonies of #EBAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEBB

Black with #EBAEBB

Text Example


Text Example

White with #EBAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEBB; }

 p { color: rgb(235,174,187); }

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

background-color css

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

 a { background-color: rgb(235,174,187); }

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

border-color css

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

 span { border-color: rgb(235,174,187); }

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