Html Css Color HEX #E685A0 Carissma

📋 copy color: '#E685A0'

red 230 ◦ green 133 ◦ blue 160

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

Shades of Carissma #E685A0

Tints of Carissma #E685A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.59%

R = 43.98%
G = 25.43%
B = 30.59%

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

#E685A0 (or 0xE685A0) is known color: Carissma. HEX triplet: E6, 85 and A0. RGB value is (230,133,160). Sum of RGB (Red+Green+Blue) = 230+133+160=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E685A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685A0 is #197A5F. Grayscale: #A5A5A5. Windows color (decimal): -1669728 or 10520038. OLE color: 10520038.

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

Color convert

RGB 230 133 160 -
CMYK 0 0.42 0.30 0.10
HSL 343.3º 0.66% 0.71% -
HSV(B) 343.3º 0.42% 0.9% -
XYZ 47.37 36.14 37.74 -
YUV 165.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 230 133 160 0 0.42 0.30 0.10 343.3 0.66 0.71
Hex E6 85 A0 0 2A 1E A 157 42 47
Octal 346 205 240 0 52 36 12 527 102 107
Binary 11100110 10000101 10100000 0 101010 11110 1010 101010111 1000010 1000111

Color Harmonies of #E685A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685A0

Black with #E685A0

Text Example


Text Example

White with #E685A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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