Html Css Color HEX #E569EC Orchid

📋 copy color: '#E569EC'

red 229 ◦ green 105 ◦ blue 236

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

Shades of Orchid #E569EC

Tints of Orchid #E569EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 40.18%
G = 18.42%
B = 41.4%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E569EC (or 0xE569EC) is known color: Orchid. HEX triplet: E5, 69 and EC. RGB value is (229,105,236). Sum of RGB (Red+Green+Blue) = 229+105+236=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #E569EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569EC is #1A9613. Grayscale: #9C9C9C. Windows color (decimal): -1742356 or 15493605. OLE color: 15493605.

HSL color Cylindrical-coordinate representation of color #E569EC: hue angle of 296.79º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E569EC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 105 236 -
CMYK 0.03 0.56 0 0.07
HSL 296.79º 0.78% 0.67% -
HSV(B) 296.79º 0.56% 0.93% -
XYZ 52.5 32.82 82.92 -
YUV 157.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 229 105 236 0.03 0.56 0 0.07 296.79 0.78 0.67
Hex E5 69 EC 3 38 0 7 129 4E 43
Octal 345 151 354 3 70 0 7 451 116 103
Binary 11100101 1101001 11101100 11 111000 0 111 100101001 1001110 1000011

Color Harmonies of #E569EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E569EC

Black with #E569EC

Text Example


Text Example

White with #E569EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E569EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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