Html Css Color HEX #E07ED3 Orchid

📋 copy color: '#E07ED3'

red 224 ◦ green 126 ◦ blue 211

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

Shades of Orchid #E07ED3

Tints of Orchid #E07ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.61%

R = 39.93%
G = 22.46%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E07ED3 (or 0xE07ED3) is known color: Orchid. HEX triplet: E0, 7E and D3. RGB value is (224,126,211). Sum of RGB (Red+Green+Blue) = 224+126+211=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ED3 is #1F812C. Grayscale: #A4A4A4. Windows color (decimal): -2064685 or 13860576. OLE color: 13860576.

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

Color convert

RGB 224 126 211 -
CMYK 0 0.44 0.06 0.12
HSL 307.96º 0.61% 0.69% -
HSV(B) 307.96º 0.44% 0.88% -
XYZ 49.96 35.47 65.84 -
YUV 164.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 224 126 211 0 0.44 0.06 0.12 307.96 0.61 0.69
Hex E0 7E D3 0 2C 6 C 134 3D 45
Octal 340 176 323 0 54 6 14 464 75 105
Binary 11100000 1111110 11010011 0 101100 110 1100 100110100 111101 1000101

Color Harmonies of #E07ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07ED3

Black with #E07ED3

Text Example


Text Example

White with #E07ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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