Html Css Color HEX #EE8393 Carissma

📋 copy color: '#EE8393'

red 238 ◦ green 131 ◦ blue 147

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

Shades of Carissma #EE8393

Tints of Carissma #EE8393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

 BLUE value IS 147 (57.81% from 255) = 28.49%

R = 46.12%
G = 25.39%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE8393 (or 0xEE8393) is known color: Carissma. HEX triplet: EE, 83 and 93. RGB value is (238,131,147). Sum of RGB (Red+Green+Blue) = 238+131+147=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8393 is #117C6C. Grayscale: #A4A4A4. Windows color (decimal): -1145965 or 9667566. OLE color: 9667566.

HSL color Cylindrical-coordinate representation of color #EE8393: hue angle of 351.03º 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 #EE8393 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 131 147 -
CMYK 0 0.45 0.38 0.07
HSL 351.03º 0.76% 0.72% -
HSV(B) 351.03º 0.45% 0.93% -
XYZ 48.64 36.52 32.09 -
YUV 164.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 238 131 147 0 0.45 0.38 0.07 351.03 0.76 0.72
Hex EE 83 93 0 2D 26 7 15F 4C 48
Octal 356 203 223 0 55 46 7 537 114 110
Binary 11101110 10000011 10010011 0 101101 100110 111 101011111 1001100 1001000

Color Harmonies of #EE8393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8393

Black with #EE8393

Text Example


Text Example

White with #EE8393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8393; }

 p { color: rgb(238,131,147); }

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

background-color css

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

 a { background-color: rgb(238,131,147); }

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

border-color css

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

 span { border-color: rgb(238,131,147); }

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