Html Css Color HEX #E572E0 Orchid

📋 copy color: '#E572E0'

red 229 ◦ green 114 ◦ blue 224

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

Shades of Orchid #E572E0

Tints of Orchid #E572E0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.11%

 BLUE value IS 224 (87.89% from 255) = 39.51%

R = 40.39%
G = 20.11%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E572E0 (or 0xE572E0) is known color: Orchid. HEX triplet: E5, 72 and E0. RGB value is (229,114,224). Sum of RGB (Red+Green+Blue) = 229+114+224=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E572E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572E0 is #1A8D1F. Grayscale: #A0A0A0. Windows color (decimal): -1740064 or 14709477. OLE color: 14709477.

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

Color convert

RGB 229 114 224 -
CMYK 0 0.50 0.02 0.10
HSL 302.61º 0.69% 0.67% -
HSV(B) 302.61º 0.5% 0.9% -
XYZ 51.78 34.07 74.37 -
YUV 160.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 229 114 224 0 0.50 0.02 0.10 302.61 0.69 0.67
Hex E5 72 E0 0 32 2 A 12F 45 43
Octal 345 162 340 0 62 2 12 457 105 103
Binary 11100101 1110010 11100000 0 110010 10 1010 100101111 1000101 1000011

Color Harmonies of #E572E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572E0

Black with #E572E0

Text Example


Text Example

White with #E572E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572E0; }

 p { color: rgb(229,114,224); }

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

background-color css

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

 a { background-color: rgb(229,114,224); }

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

border-color css

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

 span { border-color: rgb(229,114,224); }

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