Html Css Color HEX #E08385 Carissma

📋 copy color: '#E08385'

red 224 ◦ green 131 ◦ blue 133

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

Shades of Carissma #E08385

Tints of Carissma #E08385

RGB

 RED value IS 224 (87.89% from 255) = 45.9%

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

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

R = 45.9%
G = 26.84%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E08385 (or 0xE08385) is known color: Carissma. HEX triplet: E0, 83 and 85. RGB value is (224,131,133). Sum of RGB (Red+Green+Blue) = 224+131+133=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E08385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08385 is #1F7C7A. Grayscale: #9F9F9F. Windows color (decimal): -2063483 or 8750048. OLE color: 8750048.

HSL color Cylindrical-coordinate representation of color #E08385: hue angle of 358.71º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08385 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 133 -
CMYK 0 0.42 0.41 0.12
HSL 358.71º 0.6% 0.7% -
HSV(B) 358.71º 0.42% 0.88% -
XYZ 43.09 33.77 26.44 -
YUV 159.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 224 131 133 0 0.42 0.41 0.12 358.71 0.6 0.7
Hex E0 83 85 0 2A 29 C 167 3C 46
Octal 340 203 205 0 52 51 14 547 74 106
Binary 11100000 10000011 10000101 0 101010 101001 1100 101100111 111100 1000110

Color Harmonies of #E08385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08385

Black with #E08385

Text Example


Text Example

White with #E08385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08385; }

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

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

background-color css

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

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

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

border-color css

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

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

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