Html Css Color HEX #EB769A Carissma

📋 copy color: '#EB769A'

red 235 ◦ green 118 ◦ blue 154

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

Shades of Carissma #EB769A

Tints of Carissma #EB769A

RGB

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

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

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

R = 46.35%
G = 23.27%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB769A (or 0xEB769A) is known color: Carissma. HEX triplet: EB, 76 and 9A. RGB value is (235,118,154). Sum of RGB (Red+Green+Blue) = 235+118+154=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB769A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB769A is #148965. Grayscale: #9D9D9D. Windows color (decimal): -1345894 or 10122987. OLE color: 10122987.

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

Color convert

RGB 235 118 154 -
CMYK 0 0.50 0.34 0.08
HSL 341.54º 0.75% 0.69% -
HSV(B) 341.54º 0.5% 0.92% -
XYZ 46.57 32.95 34.48 -
YUV 157.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 235 118 154 0 0.50 0.34 0.08 341.54 0.75 0.69
Hex EB 76 9A 0 32 22 8 156 4B 45
Octal 353 166 232 0 62 42 10 526 113 105
Binary 11101011 1110110 10011010 0 110010 100010 1000 101010110 1001011 1000101

Color Harmonies of #EB769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB769A

Black with #EB769A

Text Example


Text Example

White with #EB769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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