Html Css Color HEX #E070CA Orchid

📋 copy color: '#E070CA'

red 224 ◦ green 112 ◦ blue 202

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

Shades of Orchid #E070CA

Tints of Orchid #E070CA

RGB

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

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

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

R = 41.64%
G = 20.82%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E070CA (or 0xE070CA) is known color: Orchid. HEX triplet: E0, 70 and CA. RGB value is (224,112,202). Sum of RGB (Red+Green+Blue) = 224+112+202=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E070CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070CA is #1F8F35. Grayscale: #9B9B9B. Windows color (decimal): -2068278 or 13267168. OLE color: 13267168.

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

Color convert

RGB 224 112 202 -
CMYK 0 0.50 0.10 0.12
HSL 311.79º 0.64% 0.66% -
HSV(B) 311.79º 0.5% 0.88% -
XYZ 47.2 31.7 59.51 -
YUV 155.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 224 112 202 0 0.50 0.10 0.12 311.79 0.64 0.66
Hex E0 70 CA 0 32 A C 138 40 42
Octal 340 160 312 0 62 12 14 470 100 102
Binary 11100000 1110000 11001010 0 110010 1010 1100 100111000 1000000 1000010

Color Harmonies of #E070CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070CA

Black with #E070CA

Text Example


Text Example

White with #E070CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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