Html Css Color HEX #EE769D Carissma

📋 copy color: '#EE769D'

red 238 ◦ green 118 ◦ blue 157

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

Shades of Carissma #EE769D

Tints of Carissma #EE769D

RGB

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

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

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

R = 46.39%
G = 23%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE769D (or 0xEE769D) is known color: Carissma. HEX triplet: EE, 76 and 9D. RGB value is (238,118,157). Sum of RGB (Red+Green+Blue) = 238+118+157=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE769D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE769D is #118962. Grayscale: #9E9E9E. Windows color (decimal): -1149283 or 10319598. OLE color: 10319598.

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

Color convert

RGB 238 118 157 -
CMYK 0 0.50 0.34 0.07
HSL 340.5º 0.78% 0.7% -
HSV(B) 340.5º 0.5% 0.93% -
XYZ 47.82 33.57 35.86 -
YUV 158.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 238 118 157 0 0.50 0.34 0.07 340.5 0.78 0.7
Hex EE 76 9D 0 32 22 7 154 4E 46
Octal 356 166 235 0 62 42 7 524 116 106
Binary 11101110 1110110 10011101 0 110010 100010 111 101010100 1001110 1000110

Color Harmonies of #EE769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE769D

Black with #EE769D

Text Example


Text Example

White with #EE769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE769D; }

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

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

background-color css

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

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

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

border-color css

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

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

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