Html Css Color HEX #E69CA5 Mauvelous

📋 copy color: '#E69CA5'

red 230 ◦ green 156 ◦ blue 165

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

Shades of Mauvelous #E69CA5

Tints of Mauvelous #E69CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.31%

 BLUE value IS 165 (64.84% from 255) = 29.95%

R = 41.74%
G = 28.31%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E69CA5 (or 0xE69CA5) is known color: Mauvelous. HEX triplet: E6, 9C and A5. RGB value is (230,156,165). Sum of RGB (Red+Green+Blue) = 230+156+165=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CA5 is #19635A. Grayscale: #B3B3B3. Windows color (decimal): -1663835 or 10853606. OLE color: 10853606.

HSL color Cylindrical-coordinate representation of color #E69CA5: hue angle of 352.7º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69CA5 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 156 165 -
CMYK 0 0.32 0.28 0.10
HSL 352.7º 0.6% 0.76% -
HSV(B) 352.7º 0.32% 0.9% -
XYZ 51.31 43.32 41.25 -
YUV 179.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 230 156 165 0 0.32 0.28 0.10 352.7 0.6 0.76
Hex E6 9C A5 0 20 1C A 161 3C 4C
Octal 346 234 245 0 40 34 12 541 74 114
Binary 11100110 10011100 10100101 0 100000 11100 1010 101100001 111100 1001100

Color Harmonies of #E69CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CA5

Black with #E69CA5

Text Example


Text Example

White with #E69CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CA5; }

 p { color: rgb(230,156,165); }

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

background-color css

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

 a { background-color: rgb(230,156,165); }

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

border-color css

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

 span { border-color: rgb(230,156,165); }

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