Html Css Color HEX #EE8185 Carissma

📋 copy color: '#EE8185'

red 238 ◦ green 129 ◦ blue 133

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

Shades of Carissma #EE8185

Tints of Carissma #EE8185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

 BLUE value IS 133 (52.34% from 255) = 26.6%

R = 47.6%
G = 25.8%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE8185 (or 0xEE8185) is known color: Carissma. HEX triplet: EE, 81 and 85. RGB value is (238,129,133). Sum of RGB (Red+Green+Blue) = 238+129+133=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8185 is #117E7A. Grayscale: #A2A2A2. Windows color (decimal): -1146491 or 8749550. OLE color: 8749550.

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

Color convert

RGB 238 129 133 -
CMYK 0 0.46 0.44 0.07
HSL 357.8º 0.76% 0.72% -
HSV(B) 357.8º 0.46% 0.93% -
XYZ 47.34 35.57 26.56 -
YUV 162.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 238 129 133 0 0.46 0.44 0.07 357.8 0.76 0.72
Hex EE 81 85 0 2E 2C 7 166 4C 48
Octal 356 201 205 0 56 54 7 546 114 110
Binary 11101110 10000001 10000101 0 101110 101100 111 101100110 1001100 1001000

Color Harmonies of #EE8185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8185

Black with #EE8185

Text Example


Text Example

White with #EE8185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8185; }

 p { color: rgb(238,129,133); }

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

background-color css

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

 a { background-color: rgb(238,129,133); }

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

border-color css

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

 span { border-color: rgb(238,129,133); }

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