Html Css Color HEX #E06FDE Orchid

📋 copy color: '#E06FDE'

red 224 ◦ green 111 ◦ blue 222

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

Shades of Orchid #E06FDE

Tints of Orchid #E06FDE

RGB

 RED value IS 224 (87.89% from 255) = 40.22%

 GREEN value IS 111 (43.75% from 255) = 19.93%

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

R = 40.22%
G = 19.93%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E06FDE (or 0xE06FDE) is known color: Orchid. HEX triplet: E0, 6F and DE. RGB value is (224,111,222). Sum of RGB (Red+Green+Blue) = 224+111+222=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FDE is #1F9021. Grayscale: #9D9D9D. Windows color (decimal): -2068514 or 14577632. OLE color: 14577632.

HSL color Cylindrical-coordinate representation of color #E06FDE: hue angle of 301.06º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06FDE is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 222 -
CMYK 0 0.50 0.01 0.12
HSL 301.06º 0.65% 0.66% -
HSV(B) 301.06º 0.5% 0.88% -
XYZ 49.61 32.49 72.76 -
YUV 157.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 224 111 222 0 0.50 0.01 0.12 301.06 0.65 0.66
Hex E0 6F DE 0 32 1 C 12D 41 42
Octal 340 157 336 0 62 1 14 455 101 102
Binary 11100000 1101111 11011110 0 110010 1 1100 100101101 1000001 1000010

Color Harmonies of #E06FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FDE

Black with #E06FDE

Text Example


Text Example

White with #E06FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FDE; }

 p { color: rgb(224,111,222); }

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

background-color css

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

 a { background-color: rgb(224,111,222); }

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

border-color css

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

 span { border-color: rgb(224,111,222); }

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