Html Css Color HEX #E072CA Orchid

📋 copy color: '#E072CA'

red 224 ◦ green 114 ◦ blue 202

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

Shades of Orchid #E072CA

Tints of Orchid #E072CA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.11%

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

R = 41.48%
G = 21.11%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E072CA (or 0xE072CA) is known color: Orchid. HEX triplet: E0, 72 and CA. RGB value is (224,114,202). Sum of RGB (Red+Green+Blue) = 224+114+202=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E072CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072CA is #1F8D35. Grayscale: #9C9C9C. Windows color (decimal): -2067766 or 13267680. OLE color: 13267680.

HSL color Cylindrical-coordinate representation of color #E072CA: hue angle of 312º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E072CA is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 114 202 -
CMYK 0 0.49 0.10 0.12
HSL 312º 0.64% 0.66% -
HSV(B) 312º 0.49% 0.88% -
XYZ 47.42 32.15 59.58 -
YUV 156.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 224 114 202 0 0.49 0.10 0.12 312 0.64 0.66
Hex E0 72 CA 0 31 A C 138 40 42
Octal 340 162 312 0 61 12 14 470 100 102
Binary 11100000 1110010 11001010 0 110001 1010 1100 100111000 1000000 1000010

Color Harmonies of #E072CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072CA

Black with #E072CA

Text Example


Text Example

White with #E072CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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