Html Css Color HEX #E06FDA Orchid

📋 copy color: '#E06FDA'

red 224 ◦ green 111 ◦ blue 218

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

Shades of Orchid #E06FDA

Tints of Orchid #E06FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 40.51%
G = 20.07%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E06FDA (or 0xE06FDA) is known color: Orchid. HEX triplet: E0, 6F and DA. RGB value is (224,111,218). Sum of RGB (Red+Green+Blue) = 224+111+218=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FDA is #1F9025. Grayscale: #9C9C9C. Windows color (decimal): -2068518 or 14315488. OLE color: 14315488.

HSL color Cylindrical-coordinate representation of color #E06FDA: hue angle of 303.19º 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 #E06FDA is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 218 -
CMYK 0 0.50 0.03 0.12
HSL 303.19º 0.65% 0.66% -
HSV(B) 303.19º 0.5% 0.88% -
XYZ 49.08 32.28 69.97 -
YUV 156.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 224 111 218 0 0.50 0.03 0.12 303.19 0.65 0.66
Hex E0 6F DA 0 32 3 C 12F 41 42
Octal 340 157 332 0 62 3 14 457 101 102
Binary 11100000 1101111 11011010 0 110010 11 1100 100101111 1000001 1000010

Color Harmonies of #E06FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FDA

Black with #E06FDA

Text Example


Text Example

White with #E06FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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