Html Css Color HEX #E17ED2 Orchid

📋 copy color: '#E17ED2'

red 225 ◦ green 126 ◦ blue 210

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

Shades of Orchid #E17ED2

Tints of Orchid #E17ED2

RGB

 RED value IS 225 (88.28% from 255) = 40.11%

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 40.11%
G = 22.46%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E17ED2 (or 0xE17ED2) is known color: Orchid. HEX triplet: E1, 7E and D2. RGB value is (225,126,210). Sum of RGB (Red+Green+Blue) = 225+126+210=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ED2 is #1E812D. Grayscale: #A4A4A4. Windows color (decimal): -1999150 or 13795041. OLE color: 13795041.

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

Color convert

RGB 225 126 210 -
CMYK 0 0.44 0.07 0.12
HSL 309.09º 0.62% 0.69% -
HSV(B) 309.09º 0.44% 0.88% -
XYZ 50.15 35.58 65.2 -
YUV 165.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 225 126 210 0 0.44 0.07 0.12 309.09 0.62 0.69
Hex E1 7E D2 0 2C 7 C 135 3E 45
Octal 341 176 322 0 54 7 14 465 76 105
Binary 11100001 1111110 11010010 0 101100 111 1100 100110101 111110 1000101

Color Harmonies of #E17ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17ED2

Black with #E17ED2

Text Example


Text Example

White with #E17ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17ED2; }

 p { color: rgb(225,126,210); }

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

background-color css

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

 a { background-color: rgb(225,126,210); }

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

border-color css

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

 span { border-color: rgb(225,126,210); }

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