Html Css Color HEX #E6808C Carissma

📋 copy color: '#E6808C'

red 230 ◦ green 128 ◦ blue 140

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

Shades of Carissma #E6808C

Tints of Carissma #E6808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 46.18%
G = 25.7%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6808C (or 0xE6808C) is known color: Carissma. HEX triplet: E6, 80 and 8C. RGB value is (230,128,140). Sum of RGB (Red+Green+Blue) = 230+128+140=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6808C is #197F73. Grayscale: #9F9F9F. Windows color (decimal): -1671028 or 9208038. OLE color: 9208038.

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

Color convert

RGB 230 128 140 -
CMYK 0 0.44 0.39 0.10
HSL 352.94º 0.67% 0.7% -
HSV(B) 352.94º 0.44% 0.9% -
XYZ 45.09 34.15 29.03 -
YUV 159.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 230 128 140 0 0.44 0.39 0.10 352.94 0.67 0.7
Hex E6 80 8C 0 2C 27 A 161 43 46
Octal 346 200 214 0 54 47 12 541 103 106
Binary 11100110 10000000 10001100 0 101100 100111 1010 101100001 1000011 1000110

Color Harmonies of #E6808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6808C

Black with #E6808C

Text Example


Text Example

White with #E6808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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