Html Css Color HEX #E271D9 Orchid

📋 copy color: '#E271D9'

red 226 ◦ green 113 ◦ blue 217

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

Shades of Orchid #E271D9

Tints of Orchid #E271D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 40.65%
G = 20.32%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E271D9 (or 0xE271D9) is known color: Orchid. HEX triplet: E2, 71 and D9. RGB value is (226,113,217). Sum of RGB (Red+Green+Blue) = 226+113+217=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E271D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271D9 is #1D8E26. Grayscale: #9E9E9E. Windows color (decimal): -1936935 or 14250466. OLE color: 14250466.

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

Color convert

RGB 226 113 217 -
CMYK 0 0.5 0.04 0.11
HSL 304.78º 0.66% 0.66% -
HSV(B) 304.78º 0.5% 0.89% -
XYZ 49.79 32.99 69.39 -
YUV 158.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 226 113 217 0 0.5 0.04 0.11 304.78 0.66 0.66
Hex E2 71 D9 0 32 4 B 131 42 42
Octal 342 161 331 0 62 4 13 461 102 102
Binary 11100010 1110001 11011001 0 110010 100 1011 100110001 1000010 1000010

Color Harmonies of #E271D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271D9

Black with #E271D9

Text Example


Text Example

White with #E271D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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