Html Css Color HEX #EB80A0 Carissma

📋 copy color: '#EB80A0'

red 235 ◦ green 128 ◦ blue 160

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

Shades of Carissma #EB80A0

Tints of Carissma #EB80A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.59%

R = 44.93%
G = 24.47%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB80A0 (or 0xEB80A0) is known color: Carissma. HEX triplet: EB, 80 and A0. RGB value is (235,128,160). Sum of RGB (Red+Green+Blue) = 235+128+160=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB80A0 is #147F5F. Grayscale: #A3A3A3. Windows color (decimal): -1343328 or 10518763. OLE color: 10518763.

HSL color Cylindrical-coordinate representation of color #EB80A0: hue angle of 342.06º 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 #EB80A0 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 128 160 -
CMYK 0 0.46 0.32 0.08
HSL 342.06º 0.73% 0.71% -
HSV(B) 342.06º 0.46% 0.92% -
XYZ 48.33 35.64 37.59 -
YUV 163.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 235 128 160 0 0.46 0.32 0.08 342.06 0.73 0.71
Hex EB 80 A0 0 2E 20 8 156 49 47
Octal 353 200 240 0 56 40 10 526 111 107
Binary 11101011 10000000 10100000 0 101110 100000 1000 101010110 1001001 1000111

Color Harmonies of #EB80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80A0

Black with #EB80A0

Text Example


Text Example

White with #EB80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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