Html Css Color HEX #E070CE Orchid

📋 copy color: '#E070CE'

red 224 ◦ green 112 ◦ blue 206

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

Shades of Orchid #E070CE

Tints of Orchid #E070CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.66%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 41.33%
G = 20.66%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E070CE (or 0xE070CE) is known color: Orchid. HEX triplet: E0, 70 and CE. RGB value is (224,112,206). Sum of RGB (Red+Green+Blue) = 224+112+206=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E070CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070CE is #1F8F31. Grayscale: #9B9B9B. Windows color (decimal): -2068274 or 13529312. OLE color: 13529312.

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

Color convert

RGB 224 112 206 -
CMYK 0 0.50 0.08 0.12
HSL 309.64º 0.64% 0.66% -
HSV(B) 309.64º 0.5% 0.88% -
XYZ 47.68 31.89 62.04 -
YUV 156.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 224 112 206 0 0.50 0.08 0.12 309.64 0.64 0.66
Hex E0 70 CE 0 32 8 C 136 40 42
Octal 340 160 316 0 62 10 14 466 100 102
Binary 11100000 1110000 11001110 0 110010 1000 1100 100110110 1000000 1000010

Color Harmonies of #E070CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070CE

Black with #E070CE

Text Example


Text Example

White with #E070CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070CE; }

 p { color: rgb(224,112,206); }

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

background-color css

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

 a { background-color: rgb(224,112,206); }

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

border-color css

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

 span { border-color: rgb(224,112,206); }

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