Html Css Color HEX #E569DE Orchid

📋 copy color: '#E569DE'

red 229 ◦ green 105 ◦ blue 222

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

Shades of Orchid #E569DE

Tints of Orchid #E569DE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.88%

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 41.19%
G = 18.88%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E569DE (or 0xE569DE) is known color: Orchid. HEX triplet: E5, 69 and DE. RGB value is (229,105,222). Sum of RGB (Red+Green+Blue) = 229+105+222=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E569DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569DE is #1A9621. Grayscale: #9B9B9B. Windows color (decimal): -1742370 or 14576101. OLE color: 14576101.

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

Color convert

RGB 229 105 222 -
CMYK 0 0.54 0.03 0.10
HSL 303.39º 0.7% 0.65% -
HSV(B) 303.39º 0.54% 0.9% -
XYZ 50.55 32.04 72.63 -
YUV 155.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 229 105 222 0 0.54 0.03 0.10 303.39 0.7 0.65
Hex E5 69 DE 0 36 3 A 12F 46 41
Octal 345 151 336 0 66 3 12 457 106 101
Binary 11100101 1101001 11011110 0 110110 11 1010 100101111 1000110 1000001

Color Harmonies of #E569DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E569DE

Black with #E569DE

Text Example


Text Example

White with #E569DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E569DE; }

 p { color: rgb(229,105,222); }

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

background-color css

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

 a { background-color: rgb(229,105,222); }

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

border-color css

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

 span { border-color: rgb(229,105,222); }

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