Html Css Color HEX #E6829D Carissma

📋 copy color: '#E6829D'

red 230 ◦ green 130 ◦ blue 157

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

Shades of Carissma #E6829D

Tints of Carissma #E6829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 44.49%
G = 25.15%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6829D (or 0xE6829D) is known color: Carissma. HEX triplet: E6, 82 and 9D. RGB value is (230,130,157). Sum of RGB (Red+Green+Blue) = 230+130+157=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6829D is #197D62. Grayscale: #A2A2A2. Windows color (decimal): -1670499 or 10322662. OLE color: 10322662.

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

Color convert

RGB 230 130 157 -
CMYK 0 0.43 0.32 0.10
HSL 343.8º 0.67% 0.71% -
HSV(B) 343.8º 0.43% 0.9% -
XYZ 46.7 35.22 36.24 -
YUV 162.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 230 130 157 0 0.43 0.32 0.10 343.8 0.67 0.71
Hex E6 82 9D 0 2B 20 A 158 43 47
Octal 346 202 235 0 53 40 12 530 103 107
Binary 11100110 10000010 10011101 0 101011 100000 1010 101011000 1000011 1000111

Color Harmonies of #E6829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6829D

Black with #E6829D

Text Example


Text Example

White with #E6829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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