Html Css Color HEX #E271DC Orchid

📋 copy color: '#E271DC'

red 226 ◦ green 113 ◦ blue 220

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

Shades of Orchid #E271DC

Tints of Orchid #E271DC

RGB

 RED value IS 226 (88.67% from 255) = 40.43%

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 40.43%
G = 20.21%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E271DC (or 0xE271DC) is known color: Orchid. HEX triplet: E2, 71 and DC. RGB value is (226,113,220). Sum of RGB (Red+Green+Blue) = 226+113+220=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E271DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271DC is #1D8E23. Grayscale: #9E9E9E. Windows color (decimal): -1936932 or 14447074. OLE color: 14447074.

HSL color Cylindrical-coordinate representation of color #E271DC: hue angle of 303.19º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E271DC is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 113 220 -
CMYK 0 0.5 0.03 0.11
HSL 303.19º 0.66% 0.66% -
HSV(B) 303.19º 0.5% 0.89% -
XYZ 50.19 33.15 71.46 -
YUV 158.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 226 113 220 0 0.5 0.03 0.11 303.19 0.66 0.66
Hex E2 71 DC 0 32 3 B 12F 42 42
Octal 342 161 334 0 62 3 13 457 102 102
Binary 11100010 1110001 11011100 0 110010 11 1011 100101111 1000010 1000010

Color Harmonies of #E271DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271DC

Black with #E271DC

Text Example


Text Example

White with #E271DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271DC; }

 p { color: rgb(226,113,220); }

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

background-color css

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

 a { background-color: rgb(226,113,220); }

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

border-color css

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

 span { border-color: rgb(226,113,220); }

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