Html Css Color HEX #E07EC6 Orchid

📋 copy color: '#E07EC6'

red 224 ◦ green 126 ◦ blue 198

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

Shades of Orchid #E07EC6

Tints of Orchid #E07EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.99%

 BLUE value IS 198 (77.73% from 255) = 36.13%

R = 40.88%
G = 22.99%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E07EC6 (or 0xE07EC6) is known color: Orchid. HEX triplet: E0, 7E and C6. RGB value is (224,126,198). Sum of RGB (Red+Green+Blue) = 224+126+198=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EC6 is #1F8139. Grayscale: #A3A3A3. Windows color (decimal): -2064698 or 13008608. OLE color: 13008608.

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

Color convert

RGB 224 126 198 -
CMYK 0 0.44 0.12 0.12
HSL 315.92º 0.61% 0.69% -
HSV(B) 315.92º 0.44% 0.88% -
XYZ 48.39 34.85 57.6 -
YUV 163.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 224 126 198 0 0.44 0.12 0.12 315.92 0.61 0.69
Hex E0 7E C6 0 2C C C 13C 3D 45
Octal 340 176 306 0 54 14 14 474 75 105
Binary 11100000 1111110 11000110 0 101100 1100 1100 100111100 111101 1000101

Color Harmonies of #E07EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EC6

Black with #E07EC6

Text Example


Text Example

White with #E07EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EC6; }

 p { color: rgb(224,126,198); }

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

background-color css

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

 a { background-color: rgb(224,126,198); }

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

border-color css

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

 span { border-color: rgb(224,126,198); }

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