Html Css Color HEX #EB779E Carissma

📋 copy color: '#EB779E'

red 235 ◦ green 119 ◦ blue 158

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

Shades of Carissma #EB779E

Tints of Carissma #EB779E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 45.9%
G = 23.24%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB779E (or 0xEB779E) is known color: Carissma. HEX triplet: EB, 77 and 9E. RGB value is (235,119,158). Sum of RGB (Red+Green+Blue) = 235+119+158=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB779E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB779E is #148861. Grayscale: #9E9E9E. Windows color (decimal): -1345634 or 10385387. OLE color: 10385387.

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

Color convert

RGB 235 119 158 -
CMYK 0 0.49 0.33 0.08
HSL 339.83º 0.74% 0.69% -
HSV(B) 339.83º 0.49% 0.92% -
XYZ 47.03 33.32 36.3 -
YUV 158.13 127.93 182.83 -
System Red Green Blue C M Y K H S L
Decimal 235 119 158 0 0.49 0.33 0.08 339.83 0.74 0.69
Hex EB 77 9E 0 31 21 8 154 4A 45
Octal 353 167 236 0 61 41 10 524 112 105
Binary 11101011 1110111 10011110 0 110001 100001 1000 101010100 1001010 1000101

Color Harmonies of #EB779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB779E

Black with #EB779E

Text Example


Text Example

White with #EB779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB779E; }

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

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

background-color css

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

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

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

border-color css

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

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

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