Html Css Color HEX #EB78A0 Carissma

📋 copy color: '#EB78A0'

red 235 ◦ green 120 ◦ blue 160

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

Shades of Carissma #EB78A0

Tints of Carissma #EB78A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.3%

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

R = 45.63%
G = 23.3%
B = 31.07%

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

#EB78A0 (or 0xEB78A0) is known color: Carissma. HEX triplet: EB, 78 and A0. RGB value is (235,120,160). Sum of RGB (Red+Green+Blue) = 235+120+160=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB78A0 is #14875F. Grayscale: #9E9E9E. Windows color (decimal): -1345376 or 10516715. OLE color: 10516715.

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

Color convert

RGB 235 120 160 -
CMYK 0 0.49 0.32 0.08
HSL 339.13º 0.74% 0.7% -
HSV(B) 339.13º 0.49% 0.92% -
XYZ 47.32 33.63 37.26 -
YUV 158.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 235 120 160 0 0.49 0.32 0.08 339.13 0.74 0.7
Hex EB 78 A0 0 31 20 8 153 4A 46
Octal 353 170 240 0 61 40 10 523 112 106
Binary 11101011 1111000 10100000 0 110001 100000 1000 101010011 1001010 1000110

Color Harmonies of #EB78A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78A0

Black with #EB78A0

Text Example


Text Example

White with #EB78A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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