Html Css Color HEX #E07FDE Orchid

📋 copy color: '#E07FDE'

red 224 ◦ green 127 ◦ blue 222

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

Shades of Orchid #E07FDE

Tints of Orchid #E07FDE

RGB

 RED value IS 224 (87.89% from 255) = 39.09%

 GREEN value IS 127 (50% from 255) = 22.16%

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

R = 39.09%
G = 22.16%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E07FDE (or 0xE07FDE) is known color: Orchid. HEX triplet: E0, 7F and DE. RGB value is (224,127,222). Sum of RGB (Red+Green+Blue) = 224+127+222=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FDE is #1F8021. Grayscale: #A6A6A6. Windows color (decimal): -2064418 or 14581728. OLE color: 14581728.

HSL color Cylindrical-coordinate representation of color #E07FDE: hue angle of 301.24º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FDE is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 222 -
CMYK 0 0.43 0.01 0.12
HSL 301.24º 0.61% 0.69% -
HSV(B) 301.24º 0.43% 0.88% -
XYZ 51.51 36.3 73.4 -
YUV 166.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 224 127 222 0 0.43 0.01 0.12 301.24 0.61 0.69
Hex E0 7F DE 0 2B 1 C 12D 3D 45
Octal 340 177 336 0 53 1 14 455 75 105
Binary 11100000 1111111 11011110 0 101011 1 1100 100101101 111101 1000101

Color Harmonies of #E07FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FDE

Black with #E07FDE

Text Example


Text Example

White with #E07FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FDE; }

 p { color: rgb(224,127,222); }

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

background-color css

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

 a { background-color: rgb(224,127,222); }

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

border-color css

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

 span { border-color: rgb(224,127,222); }

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