Html Css Color HEX #EB749D Carissma

📋 copy color: '#EB749D'

red 235 ◦ green 116 ◦ blue 157

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

Shades of Carissma #EB749D

Tints of Carissma #EB749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.83%

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 46.26%
G = 22.83%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB749D (or 0xEB749D) is known color: Carissma. HEX triplet: EB, 74 and 9D. RGB value is (235,116,157). Sum of RGB (Red+Green+Blue) = 235+116+157=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB749D is #148B62. Grayscale: #9C9C9C. Windows color (decimal): -1346403 or 10319083. OLE color: 10319083.

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

Color convert

RGB 235 116 157 -
CMYK 0 0.51 0.33 0.08
HSL 339.33º 0.75% 0.69% -
HSV(B) 339.33º 0.51% 0.92% -
XYZ 46.59 32.59 35.73 -
YUV 156.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 235 116 157 0 0.51 0.33 0.08 339.33 0.75 0.69
Hex EB 74 9D 0 33 21 8 153 4B 45
Octal 353 164 235 0 63 41 10 523 113 105
Binary 11101011 1110100 10011101 0 110011 100001 1000 101010011 1001011 1000101

Color Harmonies of #EB749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB749D

Black with #EB749D

Text Example


Text Example

White with #EB749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB749D; }

 p { color: rgb(235,116,157); }

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

background-color css

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

 a { background-color: rgb(235,116,157); }

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

border-color css

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

 span { border-color: rgb(235,116,157); }

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