Html Css Color HEX #E574E0 Orchid

📋 copy color: '#E574E0'

red 229 ◦ green 116 ◦ blue 224

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

Shades of Orchid #E574E0

Tints of Orchid #E574E0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.39%

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

R = 40.25%
G = 20.39%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E574E0 (or 0xE574E0) is known color: Orchid. HEX triplet: E5, 74 and E0. RGB value is (229,116,224). Sum of RGB (Red+Green+Blue) = 229+116+224=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E574E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574E0 is #1A8B1F. Grayscale: #A1A1A1. Windows color (decimal): -1739552 or 14709989. OLE color: 14709989.

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

Color convert

RGB 229 116 224 -
CMYK 0 0.49 0.02 0.10
HSL 302.65º 0.68% 0.68% -
HSV(B) 302.65º 0.49% 0.9% -
XYZ 52.01 34.53 74.44 -
YUV 162.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 229 116 224 0 0.49 0.02 0.10 302.65 0.68 0.68
Hex E5 74 E0 0 31 2 A 12F 44 44
Octal 345 164 340 0 61 2 12 457 104 104
Binary 11100101 1110100 11100000 0 110001 10 1010 100101111 1000100 1000100

Color Harmonies of #E574E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574E0

Black with #E574E0

Text Example


Text Example

White with #E574E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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