Html Css Color HEX #E18285 Carissma

📋 copy color: '#E18285'

red 225 ◦ green 130 ◦ blue 133

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

Shades of Carissma #E18285

Tints of Carissma #E18285

RGB

 RED value IS 225 (88.28% from 255) = 46.11%

 GREEN value IS 130 (51.17% from 255) = 26.64%

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

R = 46.11%
G = 26.64%
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

#E18285 (or 0xE18285) is known color: Carissma. HEX triplet: E1, 82 and 85. RGB value is (225,130,133). Sum of RGB (Red+Green+Blue) = 225+130+133=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E18285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18285 is #1E7D7A. Grayscale: #9E9E9E. Windows color (decimal): -1998203 or 8749793. OLE color: 8749793.

HSL color Cylindrical-coordinate representation of color #E18285: hue angle of 358.11º degrees, saturation: 0.61, 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 #E18285 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 133 -
CMYK 0 0.42 0.41 0.12
HSL 358.11º 0.61% 0.7% -
HSV(B) 358.11º 0.42% 0.88% -
XYZ 43.27 33.67 26.41 -
YUV 158.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 225 130 133 0 0.42 0.41 0.12 358.11 0.61 0.7
Hex E1 82 85 0 2A 29 C 166 3D 46
Octal 341 202 205 0 52 51 14 546 75 106
Binary 11100001 10000010 10000101 0 101010 101001 1100 101100110 111101 1000110

Color Harmonies of #E18285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18285

Black with #E18285

Text Example


Text Example

White with #E18285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18285; }

 p { color: rgb(225,130,133); }

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

background-color css

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

 a { background-color: rgb(225,130,133); }

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

border-color css

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

 span { border-color: rgb(225,130,133); }

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