Html Css Color HEX #E0848B Carissma

📋 copy color: '#E0848B'

red 224 ◦ green 132 ◦ blue 139

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

Shades of Carissma #E0848B

Tints of Carissma #E0848B

RGB

 RED value IS 224 (87.89% from 255) = 45.25%

 GREEN value IS 132 (51.95% from 255) = 26.67%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 45.25%
G = 26.67%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0848B (or 0xE0848B) is known color: Carissma. HEX triplet: E0, 84 and 8B. RGB value is (224,132,139). Sum of RGB (Red+Green+Blue) = 224+132+139=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0848B is #1F7B74. Grayscale: #A0A0A0. Windows color (decimal): -2063221 or 9143520. OLE color: 9143520.

HSL color Cylindrical-coordinate representation of color #E0848B: hue angle of 355.43º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0848B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 132 139 -
CMYK 0 0.41 0.38 0.12
HSL 355.43º 0.6% 0.7% -
HSV(B) 355.43º 0.41% 0.88% -
XYZ 43.65 34.21 28.73 -
YUV 160.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 224 132 139 0 0.41 0.38 0.12 355.43 0.6 0.7
Hex E0 84 8B 0 29 26 C 163 3C 46
Octal 340 204 213 0 51 46 14 543 74 106
Binary 11100000 10000100 10001011 0 101001 100110 1100 101100011 111100 1000110

Color Harmonies of #E0848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0848B

Black with #E0848B

Text Example


Text Example

White with #E0848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0848B; }

 p { color: rgb(224,132,139); }

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

background-color css

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

 a { background-color: rgb(224,132,139); }

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

border-color css

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

 span { border-color: rgb(224,132,139); }

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