Html Css Color HEX #E06AE8 Orchid

📋 copy color: '#E06AE8'

red 224 ◦ green 106 ◦ blue 232

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

Shades of Orchid #E06AE8

Tints of Orchid #E06AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.86%

 BLUE value IS 232 (91.02% from 255) = 41.28%

R = 39.86%
G = 18.86%
B = 41.28%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E06AE8 (or 0xE06AE8) is known color: Orchid. HEX triplet: E0, 6A and E8. RGB value is (224,106,232). Sum of RGB (Red+Green+Blue) = 224+106+232=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #E06AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AE8 is #1F9517. Grayscale: #9B9B9B. Windows color (decimal): -2069784 or 15231712. OLE color: 15231712.

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

Color convert

RGB 224 106 232 -
CMYK 0.03 0.54 0 0.09
HSL 296.19º 0.73% 0.66% -
HSV(B) 296.19º 0.54% 0.91% -
XYZ 50.46 31.98 79.86 -
YUV 155.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 224 106 232 0.03 0.54 0 0.09 296.19 0.73 0.66
Hex E0 6A E8 3 36 0 9 128 49 42
Octal 340 152 350 3 66 0 11 450 111 102
Binary 11100000 1101010 11101000 11 110110 0 1001 100101000 1001001 1000010

Color Harmonies of #E06AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AE8

Black with #E06AE8

Text Example


Text Example

White with #E06AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AE8; }

 p { color: rgb(224,106,232); }

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

background-color css

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

 a { background-color: rgb(224,106,232); }

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

border-color css

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

 span { border-color: rgb(224,106,232); }

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