Html Css Color HEX #E271DF Orchid

📋 copy color: '#E271DF'

red 226 ◦ green 113 ◦ blue 223

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

Shades of Orchid #E271DF

Tints of Orchid #E271DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 40.21%
G = 20.11%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E271DF (or 0xE271DF) is known color: Orchid. HEX triplet: E2, 71 and DF. RGB value is (226,113,223). Sum of RGB (Red+Green+Blue) = 226+113+223=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E271DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271DF is #1D8E20. Grayscale: #9F9F9F. Windows color (decimal): -1936929 or 14643682. OLE color: 14643682.

HSL color Cylindrical-coordinate representation of color #E271DF: hue angle of 301.59º 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 #E271DF is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 113 223 -
CMYK 0 0.5 0.01 0.11
HSL 301.59º 0.66% 0.66% -
HSV(B) 301.59º 0.5% 0.89% -
XYZ 50.59 33.31 73.57 -
YUV 159.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 226 113 223 0 0.5 0.01 0.11 301.59 0.66 0.66
Hex E2 71 DF 0 32 1 B 12E 42 42
Octal 342 161 337 0 62 1 13 456 102 102
Binary 11100010 1110001 11011111 0 110010 1 1011 100101110 1000010 1000010

Color Harmonies of #E271DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271DF

Black with #E271DF

Text Example


Text Example

White with #E271DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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