Html Css Color HEX #E279DB Orchid

📋 copy color: '#E279DB'

red 226 ◦ green 121 ◦ blue 219

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

Shades of Orchid #E279DB

Tints of Orchid #E279DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.38%

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

R = 39.93%
G = 21.38%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E279DB (or 0xE279DB) is known color: Orchid. HEX triplet: E2, 79 and DB. RGB value is (226,121,219). Sum of RGB (Red+Green+Blue) = 226+121+219=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E279DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279DB is #1D8624. Grayscale: #A3A3A3. Windows color (decimal): -1934885 or 14383586. OLE color: 14383586.

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

Color convert

RGB 226 121 219 -
CMYK 0 0.46 0.03 0.11
HSL 304º 0.64% 0.68% -
HSV(B) 304º 0.46% 0.89% -
XYZ 50.99 34.96 71.08 -
YUV 163.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 226 121 219 0 0.46 0.03 0.11 304 0.64 0.68
Hex E2 79 DB 0 2E 3 B 130 40 44
Octal 342 171 333 0 56 3 13 460 100 104
Binary 11100010 1111001 11011011 0 101110 11 1011 100110000 1000000 1000100

Color Harmonies of #E279DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E279DB

Black with #E279DB

Text Example


Text Example

White with #E279DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E279DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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