Html Css Color HEX #E57CCB Orchid

📋 copy color: '#E57CCB'

red 229 ◦ green 124 ◦ blue 203

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

Shades of Orchid #E57CCB

Tints of Orchid #E57CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.3%

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

R = 41.19%
G = 22.3%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E57CCB (or 0xE57CCB) is known color: Orchid. HEX triplet: E5, 7C and CB. RGB value is (229,124,203). Sum of RGB (Red+Green+Blue) = 229+124+203=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CCB is #1A8334. Grayscale: #A4A4A4. Windows color (decimal): -1737525 or 13335781. OLE color: 13335781.

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

Color convert

RGB 229 124 203 -
CMYK 0 0.46 0.11 0.10
HSL 314.86º 0.67% 0.69% -
HSV(B) 314.86º 0.46% 0.9% -
XYZ 50.3 35.39 60.68 -
YUV 164.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 229 124 203 0 0.46 0.11 0.10 314.86 0.67 0.69
Hex E5 7C CB 0 2E B A 13B 43 45
Octal 345 174 313 0 56 13 12 473 103 105
Binary 11100101 1111100 11001011 0 101110 1011 1010 100111011 1000011 1000101

Color Harmonies of #E57CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CCB

Black with #E57CCB

Text Example


Text Example

White with #E57CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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