Html Css Color HEX #EE8385 Carissma

📋 copy color: '#EE8385'

red 238 ◦ green 131 ◦ blue 133

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

Shades of Carissma #EE8385

Tints of Carissma #EE8385

RGB

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

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

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

R = 47.41%
G = 26.1%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE8385 (or 0xEE8385) is known color: Carissma. HEX triplet: EE, 83 and 85. RGB value is (238,131,133). Sum of RGB (Red+Green+Blue) = 238+131+133=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8385 is #117C7A. Grayscale: #A3A3A3. Windows color (decimal): -1145979 or 8750062. OLE color: 8750062.

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

Color convert

RGB 238 131 133 -
CMYK 0 0.45 0.44 0.07
HSL 358.88º 0.76% 0.72% -
HSV(B) 358.88º 0.45% 0.93% -
XYZ 47.61 36.1 26.65 -
YUV 163.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 238 131 133 0 0.45 0.44 0.07 358.88 0.76 0.72
Hex EE 83 85 0 2D 2C 7 167 4C 48
Octal 356 203 205 0 55 54 7 547 114 110
Binary 11101110 10000011 10000101 0 101101 101100 111 101100111 1001100 1001000

Color Harmonies of #EE8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8385

Black with #EE8385

Text Example


Text Example

White with #EE8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8385; }

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

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

background-color css

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

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

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

border-color css

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

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

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