Html Css Color HEX #EE8384 Carissma

📋 copy color: '#EE8384'

red 238 ◦ green 131 ◦ blue 132

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

Shades of Carissma #EE8384

Tints of Carissma #EE8384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 47.5%
G = 26.15%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE8384 (or 0xEE8384) is known color: Carissma. HEX triplet: EE, 83 and 84. RGB value is (238,131,132). Sum of RGB (Red+Green+Blue) = 238+131+132=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8384 is #117C7B. Grayscale: #A3A3A3. Windows color (decimal): -1145980 or 8684526. OLE color: 8684526.

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

Color convert

RGB 238 131 132 -
CMYK 0 0.45 0.45 0.07
HSL 359.44º 0.76% 0.72% -
HSV(B) 359.44º 0.45% 0.93% -
XYZ 47.54 36.08 26.29 -
YUV 163.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 238 131 132 0 0.45 0.45 0.07 359.44 0.76 0.72
Hex EE 83 84 0 2D 2D 7 167 4C 48
Octal 356 203 204 0 55 55 7 547 114 110
Binary 11101110 10000011 10000100 0 101101 101101 111 101100111 1001100 1001000

Color Harmonies of #EE8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8384

Black with #EE8384

Text Example


Text Example

White with #EE8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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