Html Css Color HEX #E686A2 Carissma

📋 copy color: '#E686A2'

red 230 ◦ green 134 ◦ blue 162

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

Shades of Carissma #E686A2

Tints of Carissma #E686A2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.48%

 BLUE value IS 162 (63.67% from 255) = 30.8%

R = 43.73%
G = 25.48%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E686A2 (or 0xE686A2) is known color: Carissma. HEX triplet: E6, 86 and A2. RGB value is (230,134,162). Sum of RGB (Red+Green+Blue) = 230+134+162=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E686A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686A2 is #19795D. Grayscale: #A5A5A5. Windows color (decimal): -1669470 or 10651366. OLE color: 10651366.

HSL color Cylindrical-coordinate representation of color #E686A2: hue angle of 342.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686A2 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 162 -
CMYK 0 0.42 0.30 0.10
HSL 342.5º 0.66% 0.71% -
HSV(B) 342.5º 0.42% 0.9% -
XYZ 47.68 36.48 38.71 -
YUV 165.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 230 134 162 0 0.42 0.30 0.10 342.5 0.66 0.71
Hex E6 86 A2 0 2A 1E A 156 42 47
Octal 346 206 242 0 52 36 12 526 102 107
Binary 11100110 10000110 10100010 0 101010 11110 1010 101010110 1000010 1000111

Color Harmonies of #E686A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686A2

Black with #E686A2

Text Example


Text Example

White with #E686A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686A2; }

 p { color: rgb(230,134,162); }

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

background-color css

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

 a { background-color: rgb(230,134,162); }

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

border-color css

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

 span { border-color: rgb(230,134,162); }

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