Html Css Color HEX #E271D5 Orchid

📋 copy color: '#E271D5'

red 226 ◦ green 113 ◦ blue 213

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

Shades of Orchid #E271D5

Tints of Orchid #E271D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 40.94%
G = 20.47%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E271D5 (or 0xE271D5) is known color: Orchid. HEX triplet: E2, 71 and D5. RGB value is (226,113,213). Sum of RGB (Red+Green+Blue) = 226+113+213=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E271D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271D5 is #1D8E2A. Grayscale: #9D9D9D. Windows color (decimal): -1936939 or 13988322. OLE color: 13988322.

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

Color convert

RGB 226 113 213 -
CMYK 0 0.5 0.06 0.11
HSL 306.9º 0.66% 0.66% -
HSV(B) 306.9º 0.5% 0.89% -
XYZ 49.28 32.78 66.68 -
YUV 158.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 226 113 213 0 0.5 0.06 0.11 306.9 0.66 0.66
Hex E2 71 D5 0 32 6 B 133 42 42
Octal 342 161 325 0 62 6 13 463 102 102
Binary 11100010 1110001 11010101 0 110010 110 1011 100110011 1000010 1000010

Color Harmonies of #E271D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271D5

Black with #E271D5

Text Example


Text Example

White with #E271D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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