Html Css Color HEX #E572E3 Orchid

📋 copy color: '#E572E3'

red 229 ◦ green 114 ◦ blue 227

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

Shades of Orchid #E572E3

Tints of Orchid #E572E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.82%

R = 40.18%
G = 20%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E572E3 (or 0xE572E3) is known color: Orchid. HEX triplet: E5, 72 and E3. RGB value is (229,114,227). Sum of RGB (Red+Green+Blue) = 229+114+227=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E572E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572E3 is #1A8D1C. Grayscale: #A0A0A0. Windows color (decimal): -1740061 or 14906085. OLE color: 14906085.

HSL color Cylindrical-coordinate representation of color #E572E3: hue angle of 301.04º 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 #E572E3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 227 -
CMYK 0 0.50 0.01 0.10
HSL 301.04º 0.69% 0.67% -
HSV(B) 301.04º 0.5% 0.9% -
XYZ 52.2 34.24 76.53 -
YUV 161.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 229 114 227 0 0.50 0.01 0.10 301.04 0.69 0.67
Hex E5 72 E3 0 32 1 A 12D 45 43
Octal 345 162 343 0 62 1 12 455 105 103
Binary 11100101 1110010 11100011 0 110010 1 1010 100101101 1000101 1000011

Color Harmonies of #E572E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572E3

Black with #E572E3

Text Example


Text Example

White with #E572E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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