Html Css Color HEX #E277DF Orchid

📋 copy color: '#E277DF'

red 226 ◦ green 119 ◦ blue 223

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

Shades of Orchid #E277DF

Tints of Orchid #E277DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.95%

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

R = 39.79%
G = 20.95%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E277DF (or 0xE277DF) is known color: Orchid. HEX triplet: E2, 77 and DF. RGB value is (226,119,223). Sum of RGB (Red+Green+Blue) = 226+119+223=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E277DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E277DF is #1D8820. Grayscale: #A2A2A2. Windows color (decimal): -1935393 or 14645218. OLE color: 14645218.

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

Color convert

RGB 226 119 223 -
CMYK 0 0.47 0.01 0.11
HSL 301.68º 0.65% 0.68% -
HSV(B) 301.68º 0.47% 0.89% -
XYZ 51.28 34.69 73.81 -
YUV 162.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 226 119 223 0 0.47 0.01 0.11 301.68 0.65 0.68
Hex E2 77 DF 0 2F 1 B 12E 41 44
Octal 342 167 337 0 57 1 13 456 101 104
Binary 11100010 1110111 11011111 0 101111 1 1011 100101110 1000001 1000100

Color Harmonies of #E277DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E277DF

Black with #E277DF

Text Example


Text Example

White with #E277DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E277DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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