Html Css Color HEX #E18394 Carissma

📋 copy color: '#E18394'

red 225 ◦ green 131 ◦ blue 148

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

Shades of Carissma #E18394

Tints of Carissma #E18394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 44.64%
G = 25.99%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E18394 (or 0xE18394) is known color: Carissma. HEX triplet: E1, 83 and 94. RGB value is (225,131,148). Sum of RGB (Red+Green+Blue) = 225+131+148=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E18394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18394 is #1E7C6B. Grayscale: #A1A1A1. Windows color (decimal): -1997932 or 9733089. OLE color: 9733089.

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

Color convert

RGB 225 131 148 -
CMYK 0 0.42 0.34 0.12
HSL 349.15º 0.61% 0.7% -
HSV(B) 349.15º 0.42% 0.88% -
XYZ 44.51 34.38 32.31 -
YUV 161.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 225 131 148 0 0.42 0.34 0.12 349.15 0.61 0.7
Hex E1 83 94 0 2A 22 C 15D 3D 46
Octal 341 203 224 0 52 42 14 535 75 106
Binary 11100001 10000011 10010100 0 101010 100010 1100 101011101 111101 1000110

Color Harmonies of #E18394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18394

Black with #E18394

Text Example


Text Example

White with #E18394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18394; }

 p { color: rgb(225,131,148); }

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

background-color css

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

 a { background-color: rgb(225,131,148); }

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

border-color css

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

 span { border-color: rgb(225,131,148); }

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