Html Css Color HEX #EB779A Carissma

📋 copy color: '#EB779A'

red 235 ◦ green 119 ◦ blue 154

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

Shades of Carissma #EB779A

Tints of Carissma #EB779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.31%

R = 46.26%
G = 23.43%
B = 30.31%

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

#EB779A (or 0xEB779A) is known color: Carissma. HEX triplet: EB, 77 and 9A. RGB value is (235,119,154). Sum of RGB (Red+Green+Blue) = 235+119+154=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB779A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB779A is #148865. Grayscale: #9D9D9D. Windows color (decimal): -1345638 or 10123243. OLE color: 10123243.

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

Color convert

RGB 235 119 154 -
CMYK 0 0.49 0.34 0.08
HSL 341.9º 0.74% 0.69% -
HSV(B) 341.9º 0.49% 0.92% -
XYZ 46.69 33.19 34.52 -
YUV 157.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 235 119 154 0 0.49 0.34 0.08 341.9 0.74 0.69
Hex EB 77 9A 0 31 22 8 156 4A 45
Octal 353 167 232 0 61 42 10 526 112 105
Binary 11101011 1110111 10011010 0 110001 100010 1000 101010110 1001010 1000101

Color Harmonies of #EB779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB779A

Black with #EB779A

Text Example


Text Example

White with #EB779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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