Html Css Color HEX #EB759A Carissma

📋 copy color: '#EB759A'

red 235 ◦ green 117 ◦ blue 154

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

Shades of Carissma #EB759A

Tints of Carissma #EB759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

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

R = 46.44%
G = 23.12%
B = 30.43%

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

#EB759A (or 0xEB759A) is known color: Carissma. HEX triplet: EB, 75 and 9A. RGB value is (235,117,154). Sum of RGB (Red+Green+Blue) = 235+117+154=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB759A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB759A is #148A65. Grayscale: #9C9C9C. Windows color (decimal): -1346150 or 10122731. OLE color: 10122731.

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

Color convert

RGB 235 117 154 -
CMYK 0 0.50 0.34 0.08
HSL 341.19º 0.75% 0.69% -
HSV(B) 341.19º 0.5% 0.92% -
XYZ 46.45 32.72 34.44 -
YUV 156.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 235 117 154 0 0.50 0.34 0.08 341.19 0.75 0.69
Hex EB 75 9A 0 32 22 8 155 4B 45
Octal 353 165 232 0 62 42 10 525 113 105
Binary 11101011 1110101 10011010 0 110010 100010 1000 101010101 1001011 1000101

Color Harmonies of #EB759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB759A

Black with #EB759A

Text Example


Text Example

White with #EB759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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