Html Css Color HEX #E48D9D Carissma

📋 copy color: '#E48D9D'

red 228 ◦ green 141 ◦ blue 157

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

Shades of Carissma #E48D9D

Tints of Carissma #E48D9D

RGB

 RED value IS 228 (89.45% from 255) = 43.35%

 GREEN value IS 141 (55.47% from 255) = 26.81%

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 43.35%
G = 26.81%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E48D9D (or 0xE48D9D) is known color: Carissma. HEX triplet: E4, 8D and 9D. RGB value is (228,141,157). Sum of RGB (Red+Green+Blue) = 228+141+157=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48D9D is #1B7262. Grayscale: #A8A8A8. Windows color (decimal): -1798755 or 10325476. OLE color: 10325476.

HSL color Cylindrical-coordinate representation of color #E48D9D: hue angle of 348.97º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48D9D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 141 157 -
CMYK 0 0.38 0.31 0.11
HSL 348.97º 0.62% 0.72% -
HSV(B) 348.97º 0.38% 0.89% -
XYZ 47.61 37.98 36.72 -
YUV 168.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 228 141 157 0 0.38 0.31 0.11 348.97 0.62 0.72
Hex E4 8D 9D 0 26 1F B 15D 3E 48
Octal 344 215 235 0 46 37 13 535 76 110
Binary 11100100 10001101 10011101 0 100110 11111 1011 101011101 111110 1001000

Color Harmonies of #E48D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48D9D

Black with #E48D9D

Text Example


Text Example

White with #E48D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48D9D; }

 p { color: rgb(228,141,157); }

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

background-color css

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

 a { background-color: rgb(228,141,157); }

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

border-color css

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

 span { border-color: rgb(228,141,157); }

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