Html Css Color HEX #E071CC Orchid

📋 copy color: '#E071CC'

red 224 ◦ green 113 ◦ blue 204

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

Shades of Orchid #E071CC

Tints of Orchid #E071CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.89%

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

R = 41.4%
G = 20.89%
B = 37.71%

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

#E071CC (or 0xE071CC) is known color: Orchid. HEX triplet: E0, 71 and CC. RGB value is (224,113,204). Sum of RGB (Red+Green+Blue) = 224+113+204=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E071CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071CC is #1F8E33. Grayscale: #9C9C9C. Windows color (decimal): -2068020 or 13398496. OLE color: 13398496.

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

Color convert

RGB 224 113 204 -
CMYK 0 0.50 0.09 0.12
HSL 310.81º 0.64% 0.66% -
HSV(B) 310.81º 0.5% 0.88% -
XYZ 47.54 32.02 60.8 -
YUV 156.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 224 113 204 0 0.50 0.09 0.12 310.81 0.64 0.66
Hex E0 71 CC 0 32 9 C 137 40 42
Octal 340 161 314 0 62 11 14 467 100 102
Binary 11100000 1110001 11001100 0 110010 1001 1100 100110111 1000000 1000010

Color Harmonies of #E071CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071CC

Black with #E071CC

Text Example


Text Example

White with #E071CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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