Html Css Color HEX #E6848C Carissma

📋 copy color: '#E6848C'

red 230 ◦ green 132 ◦ blue 140

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

Shades of Carissma #E6848C

Tints of Carissma #E6848C

RGB

 RED value IS 230 (90.23% from 255) = 45.82%

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

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

R = 45.82%
G = 26.29%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6848C (or 0xE6848C) is known color: Carissma. HEX triplet: E6, 84 and 8C. RGB value is (230,132,140). Sum of RGB (Red+Green+Blue) = 230+132+140=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6848C is #197B73. Grayscale: #A2A2A2. Windows color (decimal): -1670004 or 9209062. OLE color: 9209062.

HSL color Cylindrical-coordinate representation of color #E6848C: hue angle of 355.1º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6848C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 140 -
CMYK 0 0.43 0.39 0.10
HSL 355.1º 0.66% 0.71% -
HSV(B) 355.1º 0.43% 0.9% -
XYZ 45.62 35.22 29.2 -
YUV 162.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 230 132 140 0 0.43 0.39 0.10 355.1 0.66 0.71
Hex E6 84 8C 0 2B 27 A 163 42 47
Octal 346 204 214 0 53 47 12 543 102 107
Binary 11100110 10000100 10001100 0 101011 100111 1010 101100011 1000010 1000111

Color Harmonies of #E6848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6848C

Black with #E6848C

Text Example


Text Example

White with #E6848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6848C; }

 p { color: rgb(230,132,140); }

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

background-color css

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

 a { background-color: rgb(230,132,140); }

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

border-color css

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

 span { border-color: rgb(230,132,140); }

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