Html Css Color HEX #EB81A0 Carissma

📋 copy color: '#EB81A0'

red 235 ◦ green 129 ◦ blue 160

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

Shades of Carissma #EB81A0

Tints of Carissma #EB81A0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.62%

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

R = 44.85%
G = 24.62%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB81A0 (or 0xEB81A0) is known color: Carissma. HEX triplet: EB, 81 and A0. RGB value is (235,129,160). Sum of RGB (Red+Green+Blue) = 235+129+160=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81A0 is #147E5F. Grayscale: #A4A4A4. Windows color (decimal): -1343072 or 10519019. OLE color: 10519019.

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

Color convert

RGB 235 129 160 -
CMYK 0 0.45 0.32 0.08
HSL 342.45º 0.73% 0.71% -
HSV(B) 342.45º 0.45% 0.92% -
XYZ 48.46 35.9 37.63 -
YUV 164.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 235 129 160 0 0.45 0.32 0.08 342.45 0.73 0.71
Hex EB 81 A0 0 2D 20 8 156 49 47
Octal 353 201 240 0 55 40 10 526 111 107
Binary 11101011 10000001 10100000 0 101101 100000 1000 101010110 1001001 1000111

Color Harmonies of #EB81A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81A0

Black with #EB81A0

Text Example


Text Example

White with #EB81A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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