Html Css Color HEX #E471DB Orchid

📋 copy color: '#E471DB'

red 228 ◦ green 113 ◦ blue 219

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

Shades of Orchid #E471DB

Tints of Orchid #E471DB

RGB

 RED value IS 228 (89.45% from 255) = 40.71%

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

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

R = 40.71%
G = 20.18%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E471DB (or 0xE471DB) is known color: Orchid. HEX triplet: E4, 71 and DB. RGB value is (228,113,219). Sum of RGB (Red+Green+Blue) = 228+113+219=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E471DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471DB is #1B8E24. Grayscale: #9F9F9F. Windows color (decimal): -1805861 or 14381540. OLE color: 14381540.

HSL color Cylindrical-coordinate representation of color #E471DB: hue angle of 304.7º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E471DB is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 113 219 -
CMYK 0 0.50 0.04 0.11
HSL 304.7º 0.68% 0.67% -
HSV(B) 304.7º 0.5% 0.89% -
XYZ 50.69 33.42 70.8 -
YUV 159.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 228 113 219 0 0.50 0.04 0.11 304.7 0.68 0.67
Hex E4 71 DB 0 32 4 B 131 44 43
Octal 344 161 333 0 62 4 13 461 104 103
Binary 11100100 1110001 11011011 0 110010 100 1011 100110001 1000100 1000011

Color Harmonies of #E471DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E471DB

Black with #E471DB

Text Example


Text Example

White with #E471DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E471DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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