Html Css Color HEX #EB76A0 Carissma

📋 copy color: '#EB76A0'

red 235 ◦ green 118 ◦ blue 160

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

Shades of Carissma #EB76A0

Tints of Carissma #EB76A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23%

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

R = 45.81%
G = 23%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB76A0 (or 0xEB76A0) is known color: Carissma. HEX triplet: EB, 76 and A0. RGB value is (235,118,160). Sum of RGB (Red+Green+Blue) = 235+118+160=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB76A0 is #14895F. Grayscale: #9D9D9D. Windows color (decimal): -1345888 or 10516203. OLE color: 10516203.

HSL color Cylindrical-coordinate representation of color #EB76A0: hue angle of 338.46º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76A0 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 160 -
CMYK 0 0.50 0.32 0.08
HSL 338.46º 0.75% 0.69% -
HSV(B) 338.46º 0.5% 0.92% -
XYZ 47.08 33.16 37.18 -
YUV 157.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 235 118 160 0 0.50 0.32 0.08 338.46 0.75 0.69
Hex EB 76 A0 0 32 20 8 152 4B 45
Octal 353 166 240 0 62 40 10 522 113 105
Binary 11101011 1110110 10100000 0 110010 100000 1000 101010010 1001011 1000101

Color Harmonies of #EB76A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76A0

Black with #EB76A0

Text Example


Text Example

White with #EB76A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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