Html Css Color HEX #E571CE Orchid

📋 copy color: '#E571CE'

red 229 ◦ green 113 ◦ blue 206

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

Shades of Orchid #E571CE

Tints of Orchid #E571CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 41.79%
G = 20.62%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E571CE (or 0xE571CE) is known color: Orchid. HEX triplet: E5, 71 and CE. RGB value is (229,113,206). Sum of RGB (Red+Green+Blue) = 229+113+206=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E571CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571CE is #1A8E31. Grayscale: #9E9E9E. Windows color (decimal): -1740338 or 13529573. OLE color: 13529573.

HSL color Cylindrical-coordinate representation of color #E571CE: hue angle of 311.9º degrees, saturation: 0.69, 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 #E571CE is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 113 206 -
CMYK 0 0.51 0.10 0.10
HSL 311.9º 0.69% 0.67% -
HSV(B) 311.9º 0.51% 0.9% -
XYZ 49.36 32.92 62.15 -
YUV 158.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 229 113 206 0 0.51 0.10 0.10 311.9 0.69 0.67
Hex E5 71 CE 0 33 A A 138 45 43
Octal 345 161 316 0 63 12 12 470 105 103
Binary 11100101 1110001 11001110 0 110011 1010 1010 100111000 1000101 1000011

Color Harmonies of #E571CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571CE

Black with #E571CE

Text Example


Text Example

White with #E571CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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