Html Css Color HEX #EB80A1 Carissma

📋 copy color: '#EB80A1'

red 235 ◦ green 128 ◦ blue 161

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

Shades of Carissma #EB80A1

Tints of Carissma #EB80A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.73%

R = 44.85%
G = 24.43%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB80A1 (or 0xEB80A1) is known color: Carissma. HEX triplet: EB, 80 and A1. RGB value is (235,128,161). Sum of RGB (Red+Green+Blue) = 235+128+161=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB80A1 is #147F5E. Grayscale: #A3A3A3. Windows color (decimal): -1343327 or 10584299. OLE color: 10584299.

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

Color convert

RGB 235 128 161 -
CMYK 0 0.46 0.31 0.08
HSL 341.5º 0.73% 0.71% -
HSV(B) 341.5º 0.46% 0.92% -
XYZ 48.41 35.67 38.05 -
YUV 163.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 235 128 161 0 0.46 0.31 0.08 341.5 0.73 0.71
Hex EB 80 A1 0 2E 1F 8 155 49 47
Octal 353 200 241 0 56 37 10 525 111 107
Binary 11101011 10000000 10100001 0 101110 11111 1000 101010101 1001001 1000111

Color Harmonies of #EB80A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80A1

Black with #EB80A1

Text Example


Text Example

White with #EB80A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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