Html Css Color HEX #EE759D Carissma

📋 copy color: '#EE759D'

red 238 ◦ green 117 ◦ blue 157

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

Shades of Carissma #EE759D

Tints of Carissma #EE759D

RGB

 RED value IS 238 (93.36% from 255) = 46.48%

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

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

R = 46.48%
G = 22.85%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE759D (or 0xEE759D) is known color: Carissma. HEX triplet: EE, 75 and 9D. RGB value is (238,117,157). Sum of RGB (Red+Green+Blue) = 238+117+157=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE759D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE759D is #118A62. Grayscale: #9D9D9D. Windows color (decimal): -1149539 or 10319342. OLE color: 10319342.

HSL color Cylindrical-coordinate representation of color #EE759D: hue angle of 340.17º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE759D is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 117 157 -
CMYK 0 0.51 0.34 0.07
HSL 340.17º 0.78% 0.7% -
HSV(B) 340.17º 0.51% 0.93% -
XYZ 47.71 33.33 35.82 -
YUV 157.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 238 117 157 0 0.51 0.34 0.07 340.17 0.78 0.7
Hex EE 75 9D 0 33 22 7 154 4E 46
Octal 356 165 235 0 63 42 7 524 116 106
Binary 11101110 1110101 10011101 0 110011 100010 111 101010100 1001110 1000110

Color Harmonies of #EE759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE759D

Black with #EE759D

Text Example


Text Example

White with #EE759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE759D; }

 p { color: rgb(238,117,157); }

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

background-color css

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

 a { background-color: rgb(238,117,157); }

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

border-color css

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

 span { border-color: rgb(238,117,157); }

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