Html Css Color HEX #E06FE9 Orchid

📋 copy color: '#E06FE9'

red 224 ◦ green 111 ◦ blue 233

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

Shades of Orchid #E06FE9

Tints of Orchid #E06FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.02%

R = 39.44%
G = 19.54%
B = 41.02%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E06FE9 (or 0xE06FE9) is known color: Orchid. HEX triplet: E0, 6F and E9. RGB value is (224,111,233). Sum of RGB (Red+Green+Blue) = 224+111+233=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #E06FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FE9 is #1F9016. Grayscale: #9E9E9E. Windows color (decimal): -2068503 or 15298528. OLE color: 15298528.

HSL color Cylindrical-coordinate representation of color #E06FE9: hue angle of 295.57º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06FE9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 111 233 -
CMYK 0.04 0.52 0 0.09
HSL 295.57º 0.73% 0.67% -
HSV(B) 295.57º 0.52% 0.91% -
XYZ 51.13 33.1 80.78 -
YUV 158.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 224 111 233 0.04 0.52 0 0.09 295.57 0.73 0.67
Hex E0 6F E9 4 34 0 9 128 49 43
Octal 340 157 351 4 64 0 11 450 111 103
Binary 11100000 1101111 11101001 100 110100 0 1001 100101000 1001001 1000011

Color Harmonies of #E06FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FE9

Black with #E06FE9

Text Example


Text Example

White with #E06FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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