Html Css Color HEX #E07EDA Orchid

📋 copy color: '#E07EDA'

red 224 ◦ green 126 ◦ blue 218

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

Shades of Orchid #E07EDA

Tints of Orchid #E07EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 39.44%
G = 22.18%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E07EDA (or 0xE07EDA) is known color: Orchid. HEX triplet: E0, 7E and DA. RGB value is (224,126,218). Sum of RGB (Red+Green+Blue) = 224+126+218=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EDA is #1F8125. Grayscale: #A5A5A5. Windows color (decimal): -2064678 or 14319328. OLE color: 14319328.

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

Color convert

RGB 224 126 218 -
CMYK 0 0.44 0.03 0.12
HSL 303.67º 0.61% 0.69% -
HSV(B) 303.67º 0.44% 0.88% -
XYZ 50.86 35.83 70.57 -
YUV 165.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 224 126 218 0 0.44 0.03 0.12 303.67 0.61 0.69
Hex E0 7E DA 0 2C 3 C 130 3D 45
Octal 340 176 332 0 54 3 14 460 75 105
Binary 11100000 1111110 11011010 0 101100 11 1100 100110000 111101 1000101

Color Harmonies of #E07EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EDA

Black with #E07EDA

Text Example


Text Example

White with #E07EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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