Html Css Color HEX #E076CA Orchid

📋 copy color: '#E076CA'

red 224 ◦ green 118 ◦ blue 202

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

Shades of Orchid #E076CA

Tints of Orchid #E076CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.69%

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

R = 41.18%
G = 21.69%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E076CA (or 0xE076CA) is known color: Orchid. HEX triplet: E0, 76 and CA. RGB value is (224,118,202). Sum of RGB (Red+Green+Blue) = 224+118+202=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E076CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076CA is #1F8935. Grayscale: #9F9F9F. Windows color (decimal): -2066742 or 13268704. OLE color: 13268704.

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

Color convert

RGB 224 118 202 -
CMYK 0 0.47 0.10 0.12
HSL 312.45º 0.63% 0.67% -
HSV(B) 312.45º 0.47% 0.88% -
XYZ 47.88 33.07 59.74 -
YUV 159.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 224 118 202 0 0.47 0.10 0.12 312.45 0.63 0.67
Hex E0 76 CA 0 2F A C 138 3F 43
Octal 340 166 312 0 57 12 14 470 77 103
Binary 11100000 1110110 11001010 0 101111 1010 1100 100111000 111111 1000011

Color Harmonies of #E076CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076CA

Black with #E076CA

Text Example


Text Example

White with #E076CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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