Html Css Color HEX #E283DB Orchid

📋 copy color: '#E283DB'

red 226 ◦ green 131 ◦ blue 219

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

Shades of Orchid #E283DB

Tints of Orchid #E283DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.74%

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

R = 39.24%
G = 22.74%
B = 38.02%

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

#E283DB (or 0xE283DB) is known color: Orchid. HEX triplet: E2, 83 and DB. RGB value is (226,131,219). Sum of RGB (Red+Green+Blue) = 226+131+219=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E283DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283DB is #1D7C24. Grayscale: #A9A9A9. Windows color (decimal): -1932325 or 14386146. OLE color: 14386146.

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

Color convert

RGB 226 131 219 -
CMYK 0 0.42 0.03 0.11
HSL 304.42º 0.62% 0.7% -
HSV(B) 304.42º 0.42% 0.89% -
XYZ 52.27 37.52 71.5 -
YUV 169.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 226 131 219 0 0.42 0.03 0.11 304.42 0.62 0.7
Hex E2 83 DB 0 2A 3 B 130 3E 46
Octal 342 203 333 0 52 3 13 460 76 106
Binary 11100010 10000011 11011011 0 101010 11 1011 100110000 111110 1000110

Color Harmonies of #E283DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E283DB

Black with #E283DB

Text Example


Text Example

White with #E283DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E283DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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