Html Css Color HEX #E6829E Carissma

📋 copy color: '#E6829E'

red 230 ◦ green 130 ◦ blue 158

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

Shades of Carissma #E6829E

Tints of Carissma #E6829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.1%

 BLUE value IS 158 (62.11% from 255) = 30.5%

R = 44.4%
G = 25.1%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6829E (or 0xE6829E) is known color: Carissma. HEX triplet: E6, 82 and 9E. RGB value is (230,130,158). Sum of RGB (Red+Green+Blue) = 230+130+158=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6829E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6829E is #197D61. Grayscale: #A3A3A3. Windows color (decimal): -1670498 or 10388198. OLE color: 10388198.

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

Color convert

RGB 230 130 158 -
CMYK 0 0.43 0.31 0.10
HSL 343.2º 0.67% 0.71% -
HSV(B) 343.2º 0.43% 0.9% -
XYZ 46.79 35.26 36.69 -
YUV 163.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 230 130 158 0 0.43 0.31 0.10 343.2 0.67 0.71
Hex E6 82 9E 0 2B 1F A 157 43 47
Octal 346 202 236 0 53 37 12 527 103 107
Binary 11100110 10000010 10011110 0 101011 11111 1010 101010111 1000011 1000111

Color Harmonies of #E6829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6829E

Black with #E6829E

Text Example


Text Example

White with #E6829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6829E; }

 p { color: rgb(230,130,158); }

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

background-color css

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

 a { background-color: rgb(230,130,158); }

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

border-color css

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

 span { border-color: rgb(230,130,158); }

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