Html Css Color HEX #E269DB Orchid

📋 copy color: '#E269DB'

red 226 ◦ green 105 ◦ blue 219

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

Shades of Orchid #E269DB

Tints of Orchid #E269DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.09%

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

R = 41.09%
G = 19.09%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E269DB (or 0xE269DB) is known color: Orchid. HEX triplet: E2, 69 and DB. RGB value is (226,105,219). Sum of RGB (Red+Green+Blue) = 226+105+219=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E269DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269DB is #1D9624. Grayscale: #999999. Windows color (decimal): -1938981 or 14379490. OLE color: 14379490.

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

Color convert

RGB 226 105 219 -
CMYK 0 0.54 0.03 0.11
HSL 303.47º 0.68% 0.65% -
HSV(B) 303.47º 0.54% 0.89% -
XYZ 49.2 31.39 70.48 -
YUV 154.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 226 105 219 0 0.54 0.03 0.11 303.47 0.68 0.65
Hex E2 69 DB 0 36 3 B 12F 44 41
Octal 342 151 333 0 66 3 13 457 104 101
Binary 11100010 1101001 11011011 0 110110 11 1011 100101111 1000100 1000001

Color Harmonies of #E269DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269DB

Black with #E269DB

Text Example


Text Example

White with #E269DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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