Html Css Color HEX #EBABBC Cupid

📋 copy color: '#EBABBC'

red 235 ◦ green 171 ◦ blue 188

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

Shades of Cupid #EBABBC

Tints of Cupid #EBABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.79%

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

R = 39.56%
G = 28.79%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBABBC (or 0xEBABBC) is known color: Cupid. HEX triplet: EB, AB and BC. RGB value is (235,171,188). Sum of RGB (Red+Green+Blue) = 235+171+188=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABBC is #145443. Grayscale: #C0C0C0. Windows color (decimal): -1332292 or 12364779. OLE color: 12364779.

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

Color convert

RGB 235 171 188 -
CMYK 0 0.27 0.2 0.08
HSL 344.06º 0.62% 0.8% -
HSV(B) 344.06º 0.27% 0.92% -
XYZ 57.9 50.42 54.26 -
YUV 192.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 235 171 188 0 0.27 0.2 0.08 344.06 0.62 0.8
Hex EB AB BC 0 1B 14 8 158 3E 50
Octal 353 253 274 0 33 24 10 530 76 120
Binary 11101011 10101011 10111100 0 11011 10100 1000 101011000 111110 1010000

Color Harmonies of #EBABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABBC

Black with #EBABBC

Text Example


Text Example

White with #EBABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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