Html Css Color HEX #EB779B Carissma

📋 copy color: '#EB779B'

red 235 ◦ green 119 ◦ blue 155

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

Shades of Carissma #EB779B

Tints of Carissma #EB779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 46.17%
G = 23.38%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB779B (or 0xEB779B) is known color: Carissma. HEX triplet: EB, 77 and 9B. RGB value is (235,119,155). Sum of RGB (Red+Green+Blue) = 235+119+155=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB779B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB779B is #148864. Grayscale: #9D9D9D. Windows color (decimal): -1345637 or 10188779. OLE color: 10188779.

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

Color convert

RGB 235 119 155 -
CMYK 0 0.49 0.34 0.08
HSL 341.38º 0.74% 0.69% -
HSV(B) 341.38º 0.49% 0.92% -
XYZ 46.77 33.22 34.96 -
YUV 157.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 235 119 155 0 0.49 0.34 0.08 341.38 0.74 0.69
Hex EB 77 9B 0 31 22 8 155 4A 45
Octal 353 167 233 0 61 42 10 525 112 105
Binary 11101011 1110111 10011011 0 110001 100010 1000 101010101 1001010 1000101

Color Harmonies of #EB779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB779B

Black with #EB779B

Text Example


Text Example

White with #EB779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB779B; }

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

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

background-color css

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

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

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

border-color css

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

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

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