Html Css Color HEX #E6848E Carissma

📋 copy color: '#E6848E'

red 230 ◦ green 132 ◦ blue 142

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

Shades of Carissma #E6848E

Tints of Carissma #E6848E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.17%

R = 45.63%
G = 26.19%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6848E (or 0xE6848E) is known color: Carissma. HEX triplet: E6, 84 and 8E. RGB value is (230,132,142). Sum of RGB (Red+Green+Blue) = 230+132+142=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6848E is #197B71. Grayscale: #A2A2A2. Windows color (decimal): -1670002 or 9340134. OLE color: 9340134.

HSL color Cylindrical-coordinate representation of color #E6848E: hue angle of 353.88º 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 #E6848E is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 142 -
CMYK 0 0.43 0.38 0.10
HSL 353.88º 0.66% 0.71% -
HSV(B) 353.88º 0.43% 0.9% -
XYZ 45.77 35.28 29.99 -
YUV 162.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 230 132 142 0 0.43 0.38 0.10 353.88 0.66 0.71
Hex E6 84 8E 0 2B 26 A 162 42 47
Octal 346 204 216 0 53 46 12 542 102 107
Binary 11100110 10000100 10001110 0 101011 100110 1010 101100010 1000010 1000111

Color Harmonies of #E6848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6848E

Black with #E6848E

Text Example


Text Example

White with #E6848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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