Html Css Color HEX #E481DB Orchid

📋 copy color: '#E481DB'

red 228 ◦ green 129 ◦ blue 219

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

Shades of Orchid #E481DB

Tints of Orchid #E481DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.4%

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

R = 39.58%
G = 22.4%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E481DB (or 0xE481DB) is known color: Orchid. HEX triplet: E4, 81 and DB. RGB value is (228,129,219). Sum of RGB (Red+Green+Blue) = 228+129+219=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E481DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481DB is #1B7E24. Grayscale: #A8A8A8. Windows color (decimal): -1801765 or 14385636. OLE color: 14385636.

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

Color convert

RGB 228 129 219 -
CMYK 0 0.43 0.04 0.11
HSL 305.45º 0.65% 0.7% -
HSV(B) 305.45º 0.43% 0.89% -
XYZ 52.63 37.31 71.45 -
YUV 168.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 228 129 219 0 0.43 0.04 0.11 305.45 0.65 0.7
Hex E4 81 DB 0 2B 4 B 131 41 46
Octal 344 201 333 0 53 4 13 461 101 106
Binary 11100100 10000001 11011011 0 101011 100 1011 100110001 1000001 1000110

Color Harmonies of #E481DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E481DB

Black with #E481DB

Text Example


Text Example

White with #E481DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E481DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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