Html Css Color HEX #EBAABC Cupid

📋 copy color: '#EBAABC'

red 235 ◦ green 170 ◦ blue 188

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

Shades of Cupid #EBAABC

Tints of Cupid #EBAABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.67%

 BLUE value IS 188 (73.83% from 255) = 31.7%

R = 39.63%
G = 28.67%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBAABC (or 0xEBAABC) is known color: Cupid. HEX triplet: EB, AA and BC. RGB value is (235,170,188). Sum of RGB (Red+Green+Blue) = 235+170+188=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAABC is #145543. Grayscale: #BFBFBF. Windows color (decimal): -1332548 or 12364523. OLE color: 12364523.

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

Color convert

RGB 235 170 188 -
CMYK 0 0.28 0.2 0.08
HSL 343.38º 0.62% 0.79% -
HSV(B) 343.38º 0.28% 0.92% -
XYZ 57.71 50.04 54.19 -
YUV 191.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 235 170 188 0 0.28 0.2 0.08 343.38 0.62 0.79
Hex EB AA BC 0 1C 14 8 157 3E 4F
Octal 353 252 274 0 34 24 10 527 76 117
Binary 11101011 10101010 10111100 0 11100 10100 1000 101010111 111110 1001111

Color Harmonies of #EBAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAABC

Black with #EBAABC

Text Example


Text Example

White with #EBAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAABC; }

 p { color: rgb(235,170,188); }

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

background-color css

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

 a { background-color: rgb(235,170,188); }

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

border-color css

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

 span { border-color: rgb(235,170,188); }

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