Html Css Color HEX #E685A2 Carissma

📋 copy color: '#E685A2'

red 230 ◦ green 133 ◦ blue 162

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

Shades of Carissma #E685A2

Tints of Carissma #E685A2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.33%

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

R = 43.81%
G = 25.33%
B = 30.86%

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

#E685A2 (or 0xE685A2) is known color: Carissma. HEX triplet: E6, 85 and A2. RGB value is (230,133,162). Sum of RGB (Red+Green+Blue) = 230+133+162=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E685A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685A2 is #197A5D. Grayscale: #A5A5A5. Windows color (decimal): -1669726 or 10651110. OLE color: 10651110.

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

Color convert

RGB 230 133 162 -
CMYK 0 0.42 0.30 0.10
HSL 342.06º 0.66% 0.71% -
HSV(B) 342.06º 0.42% 0.9% -
XYZ 47.54 36.21 38.67 -
YUV 165.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 230 133 162 0 0.42 0.30 0.10 342.06 0.66 0.71
Hex E6 85 A2 0 2A 1E A 156 42 47
Octal 346 205 242 0 52 36 12 526 102 107
Binary 11100110 10000101 10100010 0 101010 11110 1010 101010110 1000010 1000111

Color Harmonies of #E685A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685A2

Black with #E685A2

Text Example


Text Example

White with #E685A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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