Html Css Color HEX #E284DB Orchid

📋 copy color: '#E284DB'

red 226 ◦ green 132 ◦ blue 219

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

Shades of Orchid #E284DB

Tints of Orchid #E284DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.88%

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

R = 39.17%
G = 22.88%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E284DB (or 0xE284DB) is known color: Orchid. HEX triplet: E2, 84 and DB. RGB value is (226,132,219). Sum of RGB (Red+Green+Blue) = 226+132+219=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E284DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284DB is #1D7B24. Grayscale: #A9A9A9. Windows color (decimal): -1932069 or 14386402. OLE color: 14386402.

HSL color Cylindrical-coordinate representation of color #E284DB: hue angle of 304.47º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284DB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 132 219 -
CMYK 0 0.42 0.03 0.11
HSL 304.47º 0.62% 0.7% -
HSV(B) 304.47º 0.42% 0.89% -
XYZ 52.4 37.79 71.55 -
YUV 170.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 226 132 219 0 0.42 0.03 0.11 304.47 0.62 0.7
Hex E2 84 DB 0 2A 3 B 130 3E 46
Octal 342 204 333 0 52 3 13 460 76 106
Binary 11100010 10000100 11011011 0 101010 11 1011 100110000 111110 1000110

Color Harmonies of #E284DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E284DB

Black with #E284DB

Text Example


Text Example

White with #E284DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E284DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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