Html Css Color HEX #E271DB Orchid

📋 copy color: '#E271DB'

red 226 ◦ green 113 ◦ blue 219

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

Shades of Orchid #E271DB

Tints of Orchid #E271DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 40.5%
G = 20.25%
B = 39.25%

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

#E271DB (or 0xE271DB) is known color: Orchid. HEX triplet: E2, 71 and DB. RGB value is (226,113,219). Sum of RGB (Red+Green+Blue) = 226+113+219=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E271DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271DB is #1D8E24. Grayscale: #9E9E9E. Windows color (decimal): -1936933 or 14381538. OLE color: 14381538.

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

Color convert

RGB 226 113 219 -
CMYK 0 0.5 0.03 0.11
HSL 303.72º 0.66% 0.66% -
HSV(B) 303.72º 0.5% 0.89% -
XYZ 50.06 33.09 70.77 -
YUV 158.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 226 113 219 0 0.5 0.03 0.11 303.72 0.66 0.66
Hex E2 71 DB 0 32 3 B 130 42 42
Octal 342 161 333 0 62 3 13 460 102 102
Binary 11100010 1110001 11011011 0 110010 11 1011 100110000 1000010 1000010

Color Harmonies of #E271DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271DB

Black with #E271DB

Text Example


Text Example

White with #E271DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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