Html Css Color HEX #E07EDB Orchid

📋 copy color: '#E07EDB'

red 224 ◦ green 126 ◦ blue 219

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

Shades of Orchid #E07EDB

Tints of Orchid #E07EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 39.37%
G = 22.14%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E07EDB (or 0xE07EDB) is known color: Orchid. HEX triplet: E0, 7E and DB. RGB value is (224,126,219). Sum of RGB (Red+Green+Blue) = 224+126+219=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EDB is #1F8124. Grayscale: #A5A5A5. Windows color (decimal): -2064677 or 14384864. OLE color: 14384864.

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

Color convert

RGB 224 126 219 -
CMYK 0 0.44 0.02 0.12
HSL 303.06º 0.61% 0.69% -
HSV(B) 303.06º 0.44% 0.88% -
XYZ 50.99 35.88 71.26 -
YUV 165.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 224 126 219 0 0.44 0.02 0.12 303.06 0.61 0.69
Hex E0 7E DB 0 2C 2 C 12F 3D 45
Octal 340 176 333 0 54 2 14 457 75 105
Binary 11100000 1111110 11011011 0 101100 10 1100 100101111 111101 1000101

Color Harmonies of #E07EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EDB

Black with #E07EDB

Text Example


Text Example

White with #E07EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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