Html Css Color HEX #E271CD Orchid

📋 copy color: '#E271CD'

red 226 ◦ green 113 ◦ blue 205

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

Shades of Orchid #E271CD

Tints of Orchid #E271CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 41.54%
G = 20.77%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E271CD (or 0xE271CD) is known color: Orchid. HEX triplet: E2, 71 and CD. RGB value is (226,113,205). Sum of RGB (Red+Green+Blue) = 226+113+205=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E271CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271CD is #1D8E32. Grayscale: #9D9D9D. Windows color (decimal): -1936947 or 13464034. OLE color: 13464034.

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

Color convert

RGB 226 113 205 -
CMYK 0 0.5 0.09 0.11
HSL 311.15º 0.66% 0.66% -
HSV(B) 311.15º 0.5% 0.89% -
XYZ 48.29 32.39 61.46 -
YUV 157.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 226 113 205 0 0.5 0.09 0.11 311.15 0.66 0.66
Hex E2 71 CD 0 32 9 B 137 42 42
Octal 342 161 315 0 62 11 13 467 102 102
Binary 11100010 1110001 11001101 0 110010 1001 1011 100110111 1000010 1000010

Color Harmonies of #E271CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271CD

Black with #E271CD

Text Example


Text Example

White with #E271CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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