Html Css Color HEX #E6828A Carissma

📋 copy color: '#E6828A'

red 230 ◦ green 130 ◦ blue 138

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

Shades of Carissma #E6828A

Tints of Carissma #E6828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 46.18%
G = 26.1%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6828A (or 0xE6828A) is known color: Carissma. HEX triplet: E6, 82 and 8A. RGB value is (230,130,138). Sum of RGB (Red+Green+Blue) = 230+130+138=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6828A is #197D75. Grayscale: #A0A0A0. Windows color (decimal): -1670518 or 9077478. OLE color: 9077478.

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

Color convert

RGB 230 130 138 -
CMYK 0 0.43 0.4 0.10
HSL 355.2º 0.67% 0.71% -
HSV(B) 355.2º 0.43% 0.9% -
XYZ 45.2 34.62 28.35 -
YUV 160.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 230 130 138 0 0.43 0.4 0.10 355.2 0.67 0.71
Hex E6 82 8A 0 2B 28 A 163 43 47
Octal 346 202 212 0 53 50 12 543 103 107
Binary 11100110 10000010 10001010 0 101011 101000 1010 101100011 1000011 1000111

Color Harmonies of #E6828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6828A

Black with #E6828A

Text Example


Text Example

White with #E6828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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