Html Css Color HEX #E6828B Carissma

📋 copy color: '#E6828B'

red 230 ◦ green 130 ◦ blue 139

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

Shades of Carissma #E6828B

Tints of Carissma #E6828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.86%

R = 46.09%
G = 26.05%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6828B (or 0xE6828B) is known color: Carissma. HEX triplet: E6, 82 and 8B. RGB value is (230,130,139). Sum of RGB (Red+Green+Blue) = 230+130+139=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6828B is #197D74. Grayscale: #A0A0A0. Windows color (decimal): -1670517 or 9143014. OLE color: 9143014.

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

Color convert

RGB 230 130 139 -
CMYK 0 0.43 0.40 0.10
HSL 354.6º 0.67% 0.71% -
HSV(B) 354.6º 0.43% 0.9% -
XYZ 45.28 34.65 28.73 -
YUV 160.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 230 130 139 0 0.43 0.40 0.10 354.6 0.67 0.71
Hex E6 82 8B 0 2B 28 A 163 43 47
Octal 346 202 213 0 53 50 12 543 103 107
Binary 11100110 10000010 10001011 0 101011 101000 1010 101100011 1000011 1000111

Color Harmonies of #E6828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6828B

Black with #E6828B

Text Example


Text Example

White with #E6828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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