Html Css Color HEX #E08085 Carissma

📋 copy color: '#E08085'

red 224 ◦ green 128 ◦ blue 133

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

Shades of Carissma #E08085

Tints of Carissma #E08085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.39%

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

R = 46.19%
G = 26.39%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E08085 (or 0xE08085) is known color: Carissma. HEX triplet: E0, 80 and 85. RGB value is (224,128,133). Sum of RGB (Red+Green+Blue) = 224+128+133=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E08085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08085 is #1F7F7A. Grayscale: #9D9D9D. Windows color (decimal): -2064251 or 8749280. OLE color: 8749280.

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

Color convert

RGB 224 128 133 -
CMYK 0 0.43 0.41 0.12
HSL 356.88º 0.61% 0.69% -
HSV(B) 356.88º 0.43% 0.88% -
XYZ 42.69 32.98 26.31 -
YUV 157.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 224 128 133 0 0.43 0.41 0.12 356.88 0.61 0.69
Hex E0 80 85 0 2B 29 C 165 3D 45
Octal 340 200 205 0 53 51 14 545 75 105
Binary 11100000 10000000 10000101 0 101011 101001 1100 101100101 111101 1000101

Color Harmonies of #E08085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08085

Black with #E08085

Text Example


Text Example

White with #E08085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08085; }

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

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

background-color css

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

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

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

border-color css

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

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

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