Html Css Color HEX #E07ECE Orchid

📋 copy color: '#E07ECE'

red 224 ◦ green 126 ◦ blue 206

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

Shades of Orchid #E07ECE

Tints of Orchid #E07ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 40.29%
G = 22.66%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E07ECE (or 0xE07ECE) is known color: Orchid. HEX triplet: E0, 7E and CE. RGB value is (224,126,206). Sum of RGB (Red+Green+Blue) = 224+126+206=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ECE is #1F8131. Grayscale: #A4A4A4. Windows color (decimal): -2064690 or 13532896. OLE color: 13532896.

HSL color Cylindrical-coordinate representation of color #E07ECE: hue angle of 311.02º 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 #E07ECE is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 206 -
CMYK 0 0.44 0.08 0.12
HSL 311.02º 0.61% 0.69% -
HSV(B) 311.02º 0.44% 0.88% -
XYZ 49.34 35.23 62.59 -
YUV 164.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 224 126 206 0 0.44 0.08 0.12 311.02 0.61 0.69
Hex E0 7E CE 0 2C 8 C 137 3D 45
Octal 340 176 316 0 54 10 14 467 75 105
Binary 11100000 1111110 11001110 0 101100 1000 1100 100110111 111101 1000101

Color Harmonies of #E07ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07ECE

Black with #E07ECE

Text Example


Text Example

White with #E07ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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