Html Css Color HEX #E273DB Orchid

📋 copy color: '#E273DB'

red 226 ◦ green 115 ◦ blue 219

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

Shades of Orchid #E273DB

Tints of Orchid #E273DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.54%

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

R = 40.36%
G = 20.54%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E273DB (or 0xE273DB) is known color: Orchid. HEX triplet: E2, 73 and DB. RGB value is (226,115,219). Sum of RGB (Red+Green+Blue) = 226+115+219=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E273DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273DB is #1D8C24. Grayscale: #9F9F9F. Windows color (decimal): -1936421 or 14382050. OLE color: 14382050.

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

Color convert

RGB 226 115 219 -
CMYK 0 0.49 0.03 0.11
HSL 303.78º 0.66% 0.67% -
HSV(B) 303.78º 0.49% 0.89% -
XYZ 50.28 33.54 70.84 -
YUV 160.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 226 115 219 0 0.49 0.03 0.11 303.78 0.66 0.67
Hex E2 73 DB 0 31 3 B 130 42 43
Octal 342 163 333 0 61 3 13 460 102 103
Binary 11100010 1110011 11011011 0 110001 11 1011 100110000 1000010 1000011

Color Harmonies of #E273DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273DB

Black with #E273DB

Text Example


Text Example

White with #E273DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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