Html Css Color HEX #EB808C Carissma

📋 copy color: '#EB808C'

red 235 ◦ green 128 ◦ blue 140

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

Shades of Carissma #EB808C

Tints of Carissma #EB808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.45%

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 46.72%
G = 25.45%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB808C (or 0xEB808C) is known color: Carissma. HEX triplet: EB, 80 and 8C. RGB value is (235,128,140). Sum of RGB (Red+Green+Blue) = 235+128+140=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB808C is #147F73. Grayscale: #A1A1A1. Windows color (decimal): -1343348 or 9208043. OLE color: 9208043.

HSL color Cylindrical-coordinate representation of color #EB808C: hue angle of 353.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB808C is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 128 140 -
CMYK 0 0.46 0.40 0.08
HSL 353.27º 0.73% 0.71% -
HSV(B) 353.27º 0.46% 0.92% -
XYZ 46.71 34.99 29.1 -
YUV 161.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 235 128 140 0 0.46 0.40 0.08 353.27 0.73 0.71
Hex EB 80 8C 0 2E 28 8 161 49 47
Octal 353 200 214 0 56 50 10 541 111 107
Binary 11101011 10000000 10001100 0 101110 101000 1000 101100001 1001001 1000111

Color Harmonies of #EB808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB808C

Black with #EB808C

Text Example


Text Example

White with #EB808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB808C; }

 p { color: rgb(235,128,140); }

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

background-color css

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

 a { background-color: rgb(235,128,140); }

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

border-color css

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

 span { border-color: rgb(235,128,140); }

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