Html Css Color HEX #E571E6 Orchid

📋 copy color: '#E571E6'

red 229 ◦ green 113 ◦ blue 230

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

Shades of Orchid #E571E6

Tints of Orchid #E571E6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.76%

 BLUE value IS 230 (90.23% from 255) = 40.21%

R = 40.03%
G = 19.76%
B = 40.21%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E571E6 (or 0xE571E6) is known color: Orchid. HEX triplet: E5, 71 and E6. RGB value is (229,113,230). Sum of RGB (Red+Green+Blue) = 229+113+230=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #E571E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E571E6 is #1A8E19. Grayscale: #A0A0A0. Windows color (decimal): -1740314 or 15102437. OLE color: 15102437.

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

Color convert

RGB 229 113 230 -
CMYK 0.00 0.51 0 0.10
HSL 299.49º 0.7% 0.67% -
HSV(B) 299.49º 0.51% 0.9% -
XYZ 52.5 34.18 78.69 -
YUV 161.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 229 113 230 0.00 0.51 0 0.10 299.49 0.7 0.67
Hex E5 71 E6 0 33 0 A 12B 46 43
Octal 345 161 346 0 63 0 12 453 106 103
Binary 11100101 1110001 11100110 0 110011 0 1010 100101011 1000110 1000011

Color Harmonies of #E571E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571E6

Black with #E571E6

Text Example


Text Example

White with #E571E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571E6; }

 p { color: rgb(229,113,230); }

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

background-color css

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

 a { background-color: rgb(229,113,230); }

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

border-color css

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

 span { border-color: rgb(229,113,230); }

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