Html Css Color HEX #E06ECA Orchid

📋 copy color: '#E06ECA'

red 224 ◦ green 110 ◦ blue 202

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

Shades of Orchid #E06ECA

Tints of Orchid #E06ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.52%

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 41.79%
G = 20.52%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E06ECA (or 0xE06ECA) is known color: Orchid. HEX triplet: E0, 6E and CA. RGB value is (224,110,202). Sum of RGB (Red+Green+Blue) = 224+110+202=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ECA is #1F9135. Grayscale: #9A9A9A. Windows color (decimal): -2068790 or 13266656. OLE color: 13266656.

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

Color convert

RGB 224 110 202 -
CMYK 0 0.51 0.10 0.12
HSL 311.58º 0.65% 0.65% -
HSV(B) 311.58º 0.51% 0.88% -
XYZ 46.98 31.26 59.44 -
YUV 154.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 224 110 202 0 0.51 0.10 0.12 311.58 0.65 0.65
Hex E0 6E CA 0 33 A C 138 41 41
Octal 340 156 312 0 63 12 14 470 101 101
Binary 11100000 1101110 11001010 0 110011 1010 1100 100111000 1000001 1000001

Color Harmonies of #E06ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ECA

Black with #E06ECA

Text Example


Text Example

White with #E06ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ECA; }

 p { color: rgb(224,110,202); }

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

background-color css

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

 a { background-color: rgb(224,110,202); }

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

border-color css

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

 span { border-color: rgb(224,110,202); }

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