Html Css Color HEX #E474DB Orchid

📋 copy color: '#E474DB'

red 228 ◦ green 116 ◦ blue 219

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

Shades of Orchid #E474DB

Tints of Orchid #E474DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.6%

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

R = 40.5%
G = 20.6%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E474DB (or 0xE474DB) is known color: Orchid. HEX triplet: E4, 74 and DB. RGB value is (228,116,219). Sum of RGB (Red+Green+Blue) = 228+116+219=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E474DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474DB is #1B8B24. Grayscale: #A0A0A0. Windows color (decimal): -1805093 or 14382308. OLE color: 14382308.

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

Color convert

RGB 228 116 219 -
CMYK 0 0.49 0.04 0.11
HSL 304.82º 0.67% 0.67% -
HSV(B) 304.82º 0.49% 0.89% -
XYZ 51.03 34.1 70.91 -
YUV 161.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 228 116 219 0 0.49 0.04 0.11 304.82 0.67 0.67
Hex E4 74 DB 0 31 4 B 131 43 43
Octal 344 164 333 0 61 4 13 461 103 103
Binary 11100100 1110100 11011011 0 110001 100 1011 100110001 1000011 1000011

Color Harmonies of #E474DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474DB

Black with #E474DB

Text Example


Text Example

White with #E474DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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