Html Css Color HEX #CE5A90 Mulberry

📋 copy color: '#CE5A90'

red 206 ◦ green 90 ◦ blue 144

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

Shades of Mulberry #CE5A90

Tints of Mulberry #CE5A90

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.45%

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

R = 46.82%
G = 20.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE5A90 (or 0xCE5A90) is known color: Mulberry. HEX triplet: CE, 5A and 90. RGB value is (206,90,144). Sum of RGB (Red+Green+Blue) = 206+90+144=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A90 is #31A56F. Grayscale: #828282. Windows color (decimal): -3253616 or 9460430. OLE color: 9460430.

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

Color convert

RGB 206 90 144 -
CMYK 0 0.56 0.30 0.19
HSL 332.07º 0.54% 0.58% -
HSV(B) 332.07º 0.56% 0.81% -
XYZ 34.14 22.45 28.92 -
YUV 130.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 206 90 144 0 0.56 0.30 0.19 332.07 0.54 0.58
Hex CE 5A 90 0 38 1E 13 14C 36 3A
Octal 316 132 220 0 70 36 23 514 66 72
Binary 11001110 1011010 10010000 0 111000 11110 10011 101001100 110110 111010

Color Harmonies of #CE5A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A90

Black with #CE5A90

Text Example


Text Example

White with #CE5A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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