Html Css Color HEX #E272DF Orchid

📋 copy color: '#E272DF'

red 226 ◦ green 114 ◦ blue 223

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

Shades of Orchid #E272DF

Tints of Orchid #E272DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 40.14%
G = 20.25%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E272DF (or 0xE272DF) is known color: Orchid. HEX triplet: E2, 72 and DF. RGB value is (226,114,223). Sum of RGB (Red+Green+Blue) = 226+114+223=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E272DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272DF is #1D8D20. Grayscale: #9F9F9F. Windows color (decimal): -1936673 or 14643938. OLE color: 14643938.

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

Color convert

RGB 226 114 223 -
CMYK 0 0.50 0.01 0.11
HSL 301.61º 0.66% 0.67% -
HSV(B) 301.61º 0.5% 0.89% -
XYZ 50.7 33.53 73.61 -
YUV 159.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 226 114 223 0 0.50 0.01 0.11 301.61 0.66 0.67
Hex E2 72 DF 0 32 1 B 12E 42 43
Octal 342 162 337 0 62 1 13 456 102 103
Binary 11100010 1110010 11011111 0 110010 1 1011 100101110 1000010 1000011

Color Harmonies of #E272DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272DF

Black with #E272DF

Text Example


Text Example

White with #E272DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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