Html Css Color HEX #E071CA Orchid

📋 copy color: '#E071CA'

red 224 ◦ green 113 ◦ blue 202

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

Shades of Orchid #E071CA

Tints of Orchid #E071CA

RGB

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

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

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

R = 41.56%
G = 20.96%
B = 37.48%

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

#E071CA (or 0xE071CA) is known color: Orchid. HEX triplet: E0, 71 and CA. RGB value is (224,113,202). Sum of RGB (Red+Green+Blue) = 224+113+202=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E071CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071CA is #1F8E35. Grayscale: #9C9C9C. Windows color (decimal): -2068022 or 13267424. OLE color: 13267424.

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

Color convert

RGB 224 113 202 -
CMYK 0 0.50 0.10 0.12
HSL 311.89º 0.64% 0.66% -
HSV(B) 311.89º 0.5% 0.88% -
XYZ 47.31 31.92 59.55 -
YUV 156.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 224 113 202 0 0.50 0.10 0.12 311.89 0.64 0.66
Hex E0 71 CA 0 32 A C 138 40 42
Octal 340 161 312 0 62 12 14 470 100 102
Binary 11100000 1110001 11001010 0 110010 1010 1100 100111000 1000000 1000010

Color Harmonies of #E071CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071CA

Black with #E071CA

Text Example


Text Example

White with #E071CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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