Html Css Color HEX #EB81A1 Carissma

📋 copy color: '#EB81A1'

red 235 ◦ green 129 ◦ blue 161

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

Shades of Carissma #EB81A1

Tints of Carissma #EB81A1

RGB

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

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

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

R = 44.76%
G = 24.57%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB81A1 (or 0xEB81A1) is known color: Carissma. HEX triplet: EB, 81 and A1. RGB value is (235,129,161). Sum of RGB (Red+Green+Blue) = 235+129+161=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81A1 is #147E5E. Grayscale: #A4A4A4. Windows color (decimal): -1343071 or 10584555. OLE color: 10584555.

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

Color convert

RGB 235 129 161 -
CMYK 0 0.45 0.31 0.08
HSL 341.89º 0.73% 0.71% -
HSV(B) 341.89º 0.45% 0.92% -
XYZ 48.54 35.94 38.1 -
YUV 164.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 235 129 161 0 0.45 0.31 0.08 341.89 0.73 0.71
Hex EB 81 A1 0 2D 1F 8 156 49 47
Octal 353 201 241 0 55 37 10 526 111 107
Binary 11101011 10000001 10100001 0 101101 11111 1000 101010110 1001001 1000111

Color Harmonies of #EB81A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81A1

Black with #EB81A1

Text Example


Text Example

White with #EB81A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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