Html Css Color HEX #EB81A2 Carissma

📋 copy color: '#EB81A2'

red 235 ◦ green 129 ◦ blue 162

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

Shades of Carissma #EB81A2

Tints of Carissma #EB81A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.8%

R = 44.68%
G = 24.52%
B = 30.8%

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

#EB81A2 (or 0xEB81A2) is known color: Carissma. HEX triplet: EB, 81 and A2. RGB value is (235,129,162). Sum of RGB (Red+Green+Blue) = 235+129+162=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81A2 is #147E5D. Grayscale: #A4A4A4. Windows color (decimal): -1343070 or 10650091. OLE color: 10650091.

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

Color convert

RGB 235 129 162 -
CMYK 0 0.45 0.31 0.08
HSL 341.32º 0.73% 0.71% -
HSV(B) 341.32º 0.45% 0.92% -
XYZ 48.63 35.97 38.56 -
YUV 164.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 235 129 162 0 0.45 0.31 0.08 341.32 0.73 0.71
Hex EB 81 A2 0 2D 1F 8 155 49 47
Octal 353 201 242 0 55 37 10 525 111 107
Binary 11101011 10000001 10100010 0 101101 11111 1000 101010101 1001001 1000111

Color Harmonies of #EB81A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81A2

Black with #EB81A2

Text Example


Text Example

White with #EB81A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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