Html Css Color HEX #E578CB Orchid

📋 copy color: '#E578CB'

red 229 ◦ green 120 ◦ blue 203

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

Shades of Orchid #E578CB

Tints of Orchid #E578CB

RGB

 RED value IS 229 (89.84% from 255) = 41.49%

 GREEN value IS 120 (47.27% from 255) = 21.74%

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 41.49%
G = 21.74%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E578CB (or 0xE578CB) is known color: Orchid. HEX triplet: E5, 78 and CB. RGB value is (229,120,203). Sum of RGB (Red+Green+Blue) = 229+120+203=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E578CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578CB is #1A8734. Grayscale: #A1A1A1. Windows color (decimal): -1738549 or 13334757. OLE color: 13334757.

HSL color Cylindrical-coordinate representation of color #E578CB: hue angle of 314.31º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E578CB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 120 203 -
CMYK 0 0.48 0.11 0.10
HSL 314.31º 0.68% 0.68% -
HSV(B) 314.31º 0.48% 0.9% -
XYZ 49.81 34.4 60.52 -
YUV 162.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 229 120 203 0 0.48 0.11 0.10 314.31 0.68 0.68
Hex E5 78 CB 0 30 B A 13A 44 44
Octal 345 170 313 0 60 13 12 472 104 104
Binary 11100101 1111000 11001011 0 110000 1011 1010 100111010 1000100 1000100

Color Harmonies of #E578CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E578CB

Black with #E578CB

Text Example


Text Example

White with #E578CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E578CB; }

 p { color: rgb(229,120,203); }

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

background-color css

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

 a { background-color: rgb(229,120,203); }

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

border-color css

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

 span { border-color: rgb(229,120,203); }

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