Html Css Color HEX #E273DE Orchid

📋 copy color: '#E273DE'

red 226 ◦ green 115 ◦ blue 222

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

Shades of Orchid #E273DE

Tints of Orchid #E273DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 40.14%
G = 20.43%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E273DE (or 0xE273DE) is known color: Orchid. HEX triplet: E2, 73 and DE. RGB value is (226,115,222). Sum of RGB (Red+Green+Blue) = 226+115+222=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E273DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273DE is #1D8C21. Grayscale: #A0A0A0. Windows color (decimal): -1936418 or 14578658. OLE color: 14578658.

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

Color convert

RGB 226 115 222 -
CMYK 0 0.49 0.02 0.11
HSL 302.16º 0.66% 0.67% -
HSV(B) 302.16º 0.49% 0.89% -
XYZ 50.68 33.7 72.94 -
YUV 160.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 226 115 222 0 0.49 0.02 0.11 302.16 0.66 0.67
Hex E2 73 DE 0 31 2 B 12E 42 43
Octal 342 163 336 0 61 2 13 456 102 103
Binary 11100010 1110011 11011110 0 110001 10 1011 100101110 1000010 1000011

Color Harmonies of #E273DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273DE

Black with #E273DE

Text Example


Text Example

White with #E273DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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