Html Css Color HEX #E6829A Carissma

📋 copy color: '#E6829A'

red 230 ◦ green 130 ◦ blue 154

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

Shades of Carissma #E6829A

Tints of Carissma #E6829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.96%

R = 44.75%
G = 25.29%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6829A (or 0xE6829A) is known color: Carissma. HEX triplet: E6, 82 and 9A. RGB value is (230,130,154). Sum of RGB (Red+Green+Blue) = 230+130+154=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6829A is #197D65. Grayscale: #A2A2A2. Windows color (decimal): -1670502 or 10126054. OLE color: 10126054.

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

Color convert

RGB 230 130 154 -
CMYK 0 0.43 0.33 0.10
HSL 345.6º 0.67% 0.71% -
HSV(B) 345.6º 0.43% 0.9% -
XYZ 46.45 35.12 34.9 -
YUV 162.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 230 130 154 0 0.43 0.33 0.10 345.6 0.67 0.71
Hex E6 82 9A 0 2B 21 A 15A 43 47
Octal 346 202 232 0 53 41 12 532 103 107
Binary 11100110 10000010 10011010 0 101011 100001 1010 101011010 1000011 1000111

Color Harmonies of #E6829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6829A

Black with #E6829A

Text Example


Text Example

White with #E6829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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