Html Css Color HEX #E6808A Carissma

📋 copy color: '#E6808A'

red 230 ◦ green 128 ◦ blue 138

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

Shades of Carissma #E6808A

Tints of Carissma #E6808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

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

R = 46.37%
G = 25.81%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6808A (or 0xE6808A) is known color: Carissma. HEX triplet: E6, 80 and 8A. RGB value is (230,128,138). Sum of RGB (Red+Green+Blue) = 230+128+138=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6808A is #197F75. Grayscale: #9F9F9F. Windows color (decimal): -1671030 or 9076966. OLE color: 9076966.

HSL color Cylindrical-coordinate representation of color #E6808A: hue angle of 354.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6808A is Cyan = 0, Magento = 0.44, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 138 -
CMYK 0 0.44 0.4 0.10
HSL 354.12º 0.67% 0.7% -
HSV(B) 354.12º 0.44% 0.9% -
XYZ 44.94 34.1 28.26 -
YUV 159.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 230 128 138 0 0.44 0.4 0.10 354.12 0.67 0.7
Hex E6 80 8A 0 2C 28 A 162 43 46
Octal 346 200 212 0 54 50 12 542 103 106
Binary 11100110 10000000 10001010 0 101100 101000 1010 101100010 1000011 1000110

Color Harmonies of #E6808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6808A

Black with #E6808A

Text Example


Text Example

White with #E6808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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