Html Css Color HEX #E18295 Carissma

📋 copy color: '#E18295'

red 225 ◦ green 130 ◦ blue 149

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

Shades of Carissma #E18295

Tints of Carissma #E18295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 44.64%
G = 25.79%
B = 29.56%

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

#E18295 (or 0xE18295) is known color: Carissma. HEX triplet: E1, 82 and 95. RGB value is (225,130,149). Sum of RGB (Red+Green+Blue) = 225+130+149=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E18295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18295 is #1E7D6A. Grayscale: #A0A0A0. Windows color (decimal): -1998187 or 9798369. OLE color: 9798369.

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

Color convert

RGB 225 130 149 -
CMYK 0 0.42 0.34 0.12
HSL 348º 0.61% 0.7% -
HSV(B) 348º 0.42% 0.88% -
XYZ 44.46 34.14 32.68 -
YUV 160.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 225 130 149 0 0.42 0.34 0.12 348 0.61 0.7
Hex E1 82 95 0 2A 22 C 15C 3D 46
Octal 341 202 225 0 52 42 14 534 75 106
Binary 11100001 10000010 10010101 0 101010 100010 1100 101011100 111101 1000110

Color Harmonies of #E18295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18295

Black with #E18295

Text Example


Text Example

White with #E18295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18295; }

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

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

background-color css

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

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

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

border-color css

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

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

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