Html Css Color HEX #E48A8C Carissma

📋 copy color: '#E48A8C'

red 228 ◦ green 138 ◦ blue 140

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

Shades of Carissma #E48A8C

Tints of Carissma #E48A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 45.06%
G = 27.27%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E48A8C (or 0xE48A8C) is known color: Carissma. HEX triplet: E4, 8A and 8C. RGB value is (228,138,140). Sum of RGB (Red+Green+Blue) = 228+138+140=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A8C is #1B7573. Grayscale: #A5A5A5. Windows color (decimal): -1799540 or 9210596. OLE color: 9210596.

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

Color convert

RGB 228 138 140 -
CMYK 0 0.39 0.39 0.11
HSL 358.67º 0.63% 0.72% -
HSV(B) 358.67º 0.39% 0.89% -
XYZ 45.82 36.56 29.45 -
YUV 165.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 228 138 140 0 0.39 0.39 0.11 358.67 0.63 0.72
Hex E4 8A 8C 0 27 27 B 167 3E 48
Octal 344 212 214 0 47 47 13 547 76 110
Binary 11100100 10001010 10001100 0 100111 100111 1011 101100111 111110 1001000

Color Harmonies of #E48A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A8C

Black with #E48A8C

Text Example


Text Example

White with #E48A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A8C; }

 p { color: rgb(228,138,140); }

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

background-color css

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

 a { background-color: rgb(228,138,140); }

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

border-color css

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

 span { border-color: rgb(228,138,140); }

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