Html Css Color HEX #EB77A0 Carissma

📋 copy color: '#EB77A0'

red 235 ◦ green 119 ◦ blue 160

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

Shades of Carissma #EB77A0

Tints of Carissma #EB77A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

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

R = 45.72%
G = 23.15%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB77A0 (or 0xEB77A0) is known color: Carissma. HEX triplet: EB, 77 and A0. RGB value is (235,119,160). Sum of RGB (Red+Green+Blue) = 235+119+160=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB77A0 is #14885F. Grayscale: #9E9E9E. Windows color (decimal): -1345632 or 10516459. OLE color: 10516459.

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

Color convert

RGB 235 119 160 -
CMYK 0 0.49 0.32 0.08
HSL 338.79º 0.74% 0.69% -
HSV(B) 338.79º 0.49% 0.92% -
XYZ 47.2 33.39 37.22 -
YUV 158.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 235 119 160 0 0.49 0.32 0.08 338.79 0.74 0.69
Hex EB 77 A0 0 31 20 8 153 4A 45
Octal 353 167 240 0 61 40 10 523 112 105
Binary 11101011 1110111 10100000 0 110001 100000 1000 101010011 1001010 1000101

Color Harmonies of #EB77A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77A0

Black with #EB77A0

Text Example


Text Example

White with #EB77A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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