Html Css Color HEX #E272DE Orchid

📋 copy color: '#E272DE'

red 226 ◦ green 114 ◦ blue 222

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

Shades of Orchid #E272DE

Tints of Orchid #E272DE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.28%

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

R = 40.21%
G = 20.28%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E272DE (or 0xE272DE) is known color: Orchid. HEX triplet: E2, 72 and DE. RGB value is (226,114,222). Sum of RGB (Red+Green+Blue) = 226+114+222=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E272DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272DE is #1D8D21. Grayscale: #9F9F9F. Windows color (decimal): -1936674 or 14578402. OLE color: 14578402.

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

Color convert

RGB 226 114 222 -
CMYK 0 0.50 0.02 0.11
HSL 302.14º 0.66% 0.67% -
HSV(B) 302.14º 0.5% 0.89% -
XYZ 50.57 33.48 72.9 -
YUV 159.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 226 114 222 0 0.50 0.02 0.11 302.14 0.66 0.67
Hex E2 72 DE 0 32 2 B 12E 42 43
Octal 342 162 336 0 62 2 13 456 102 103
Binary 11100010 1110010 11011110 0 110010 10 1011 100101110 1000010 1000011

Color Harmonies of #E272DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272DE

Black with #E272DE

Text Example


Text Example

White with #E272DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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