Html Css Color HEX #EE8297 Carissma

📋 copy color: '#EE8297'

red 238 ◦ green 130 ◦ blue 151

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

Shades of Carissma #EE8297

Tints of Carissma #EE8297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.05%

 BLUE value IS 151 (59.38% from 255) = 29.09%

R = 45.86%
G = 25.05%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE8297 (or 0xEE8297) is known color: Carissma. HEX triplet: EE, 82 and 97. RGB value is (238,130,151). Sum of RGB (Red+Green+Blue) = 238+130+151=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8297 is #117D68. Grayscale: #A4A4A4. Windows color (decimal): -1146217 or 9929454. OLE color: 9929454.

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

Color convert

RGB 238 130 151 -
CMYK 0 0.45 0.37 0.07
HSL 348.33º 0.76% 0.72% -
HSV(B) 348.33º 0.45% 0.93% -
XYZ 48.83 36.38 33.73 -
YUV 164.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 238 130 151 0 0.45 0.37 0.07 348.33 0.76 0.72
Hex EE 82 97 0 2D 25 7 15C 4C 48
Octal 356 202 227 0 55 45 7 534 114 110
Binary 11101110 10000010 10010111 0 101101 100101 111 101011100 1001100 1001000

Color Harmonies of #EE8297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8297

Black with #EE8297

Text Example


Text Example

White with #EE8297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8297; }

 p { color: rgb(238,130,151); }

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

background-color css

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

 a { background-color: rgb(238,130,151); }

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

border-color css

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

 span { border-color: rgb(238,130,151); }

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