Html Css Color HEX #EE7996 Carissma

📋 copy color: '#EE7996'

red 238 ◦ green 121 ◦ blue 150

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

Shades of Carissma #EE7996

Tints of Carissma #EE7996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.77%

 BLUE value IS 150 (58.98% from 255) = 29.47%

R = 46.76%
G = 23.77%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE7996 (or 0xEE7996) is known color: Carissma. HEX triplet: EE, 79 and 96. RGB value is (238,121,150). Sum of RGB (Red+Green+Blue) = 238+121+150=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7996 is #118669. Grayscale: #9F9F9F. Windows color (decimal): -1148522 or 9861614. OLE color: 9861614.

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

Color convert

RGB 238 121 150 -
CMYK 0 0.49 0.37 0.07
HSL 345.13º 0.77% 0.7% -
HSV(B) 345.13º 0.49% 0.93% -
XYZ 47.6 34.05 32.92 -
YUV 159.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 238 121 150 0 0.49 0.37 0.07 345.13 0.77 0.7
Hex EE 79 96 0 31 25 7 159 4D 46
Octal 356 171 226 0 61 45 7 531 115 106
Binary 11101110 1111001 10010110 0 110001 100101 111 101011001 1001101 1000110

Color Harmonies of #EE7996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7996

Black with #EE7996

Text Example


Text Example

White with #EE7996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7996; }

 p { color: rgb(238,121,150); }

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

background-color css

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

 a { background-color: rgb(238,121,150); }

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

border-color css

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

 span { border-color: rgb(238,121,150); }

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