Html Css Color HEX #CE5490 Mulberry

📋 copy color: '#CE5490'

red 206 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #CE5490

Tints of Mulberry #CE5490

RGB

 RED value IS 206 (80.86% from 255) = 47.47%

 GREEN value IS 84 (33.2% from 255) = 19.35%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 47.47%
G = 19.35%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE5490 (or 0xCE5490) is known color: Mulberry. HEX triplet: CE, 54 and 90. RGB value is (206,84,144). Sum of RGB (Red+Green+Blue) = 206+84+144=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5490 is #31AB6F. Grayscale: #7F7F7F. Windows color (decimal): -3255152 or 9458894. OLE color: 9458894.

HSL color Cylindrical-coordinate representation of color #CE5490: hue angle of 330.49º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5490 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 144 -
CMYK 0 0.59 0.30 0.19
HSL 330.49º 0.55% 0.57% -
HSV(B) 330.49º 0.59% 0.81% -
XYZ 33.66 21.48 28.76 -
YUV 127.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 206 84 144 0 0.59 0.30 0.19 330.49 0.55 0.57
Hex CE 54 90 0 3B 1E 13 14A 37 39
Octal 316 124 220 0 73 36 23 512 67 71
Binary 11001110 1010100 10010000 0 111011 11110 10011 101001010 110111 111001

Color Harmonies of #CE5490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5490

Black with #CE5490

Text Example


Text Example

White with #CE5490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5490; }

 p { color: rgb(206,84,144); }

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

background-color css

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

 a { background-color: rgb(206,84,144); }

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

border-color css

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

 span { border-color: rgb(206,84,144); }

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