Html Css Color HEX #EE848D Carissma

📋 copy color: '#EE848D'

red 238 ◦ green 132 ◦ blue 141

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

Shades of Carissma #EE848D

Tints of Carissma #EE848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.83%

 BLUE value IS 141 (55.47% from 255) = 27.59%

R = 46.58%
G = 25.83%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE848D (or 0xEE848D) is known color: Carissma. HEX triplet: EE, 84 and 8D. RGB value is (238,132,141). Sum of RGB (Red+Green+Blue) = 238+132+141=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE848D is #117B72. Grayscale: #A4A4A4. Windows color (decimal): -1145715 or 9274606. OLE color: 9274606.

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

Color convert

RGB 238 132 141 -
CMYK 0 0.45 0.41 0.07
HSL 354.91º 0.76% 0.73% -
HSV(B) 354.91º 0.45% 0.93% -
XYZ 48.32 36.6 29.72 -
YUV 164.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 238 132 141 0 0.45 0.41 0.07 354.91 0.76 0.73
Hex EE 84 8D 0 2D 29 7 163 4C 49
Octal 356 204 215 0 55 51 7 543 114 111
Binary 11101110 10000100 10001101 0 101101 101001 111 101100011 1001100 1001001

Color Harmonies of #EE848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE848D

Black with #EE848D

Text Example


Text Example

White with #EE848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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