Html Css Color HEX #EE868D Carissma

📋 copy color: '#EE868D'

red 238 ◦ green 134 ◦ blue 141

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

Shades of Carissma #EE868D

Tints of Carissma #EE868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.12%

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

R = 46.39%
G = 26.12%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE868D (or 0xEE868D) is known color: Carissma. HEX triplet: EE, 86 and 8D. RGB value is (238,134,141). Sum of RGB (Red+Green+Blue) = 238+134+141=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE868D is #117972. Grayscale: #A5A5A5. Windows color (decimal): -1145203 or 9275118. OLE color: 9275118.

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

Color convert

RGB 238 134 141 -
CMYK 0 0.44 0.41 0.07
HSL 355.96º 0.75% 0.73% -
HSV(B) 355.96º 0.44% 0.93% -
XYZ 48.59 37.15 29.81 -
YUV 165.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 238 134 141 0 0.44 0.41 0.07 355.96 0.75 0.73
Hex EE 86 8D 0 2C 29 7 164 4B 49
Octal 356 206 215 0 54 51 7 544 113 111
Binary 11101110 10000110 10001101 0 101100 101001 111 101100100 1001011 1001001

Color Harmonies of #EE868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE868D

Black with #EE868D

Text Example


Text Example

White with #EE868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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