Html Css Color HEX #E070CC Orchid

📋 copy color: '#E070CC'

red 224 ◦ green 112 ◦ blue 204

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

Shades of Orchid #E070CC

Tints of Orchid #E070CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 41.48%
G = 20.74%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E070CC (or 0xE070CC) is known color: Orchid. HEX triplet: E0, 70 and CC. RGB value is (224,112,204). Sum of RGB (Red+Green+Blue) = 224+112+204=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E070CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070CC is #1F8F33. Grayscale: #9B9B9B. Windows color (decimal): -2068276 or 13398240. OLE color: 13398240.

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

Color convert

RGB 224 112 204 -
CMYK 0 0.50 0.09 0.12
HSL 310.71º 0.64% 0.66% -
HSV(B) 310.71º 0.5% 0.88% -
XYZ 47.43 31.8 60.76 -
YUV 155.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 224 112 204 0 0.50 0.09 0.12 310.71 0.64 0.66
Hex E0 70 CC 0 32 9 C 137 40 42
Octal 340 160 314 0 62 11 14 467 100 102
Binary 11100000 1110000 11001100 0 110010 1001 1100 100110111 1000000 1000010

Color Harmonies of #E070CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070CC

Black with #E070CC

Text Example


Text Example

White with #E070CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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