Html Css Color HEX #EB769E Carissma

📋 copy color: '#EB769E'

red 235 ◦ green 118 ◦ blue 158

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

Shades of Carissma #EB769E

Tints of Carissma #EB769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 45.99%
G = 23.09%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB769E (or 0xEB769E) is known color: Carissma. HEX triplet: EB, 76 and 9E. RGB value is (235,118,158). Sum of RGB (Red+Green+Blue) = 235+118+158=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB769E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB769E is #148961. Grayscale: #9D9D9D. Windows color (decimal): -1345890 or 10385131. OLE color: 10385131.

HSL color Cylindrical-coordinate representation of color #EB769E: hue angle of 339.49º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB769E is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 158 -
CMYK 0 0.50 0.33 0.08
HSL 339.49º 0.75% 0.69% -
HSV(B) 339.49º 0.5% 0.92% -
XYZ 46.91 33.09 36.26 -
YUV 157.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 235 118 158 0 0.50 0.33 0.08 339.49 0.75 0.69
Hex EB 76 9E 0 32 21 8 153 4B 45
Octal 353 166 236 0 62 41 10 523 113 105
Binary 11101011 1110110 10011110 0 110010 100001 1000 101010011 1001011 1000101

Color Harmonies of #EB769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB769E

Black with #EB769E

Text Example


Text Example

White with #EB769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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