Html Css Color HEX #E172D2 Orchid

📋 copy color: '#E172D2'

red 225 ◦ green 114 ◦ blue 210

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

Shades of Orchid #E172D2

Tints of Orchid #E172D2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.77%

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

R = 40.98%
G = 20.77%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E172D2 (or 0xE172D2) is known color: Orchid. HEX triplet: E1, 72 and D2. RGB value is (225,114,210). Sum of RGB (Red+Green+Blue) = 225+114+210=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E172D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172D2 is #1E8D2D. Grayscale: #9D9D9D. Windows color (decimal): -2002222 or 13791969. OLE color: 13791969.

HSL color Cylindrical-coordinate representation of color #E172D2: hue angle of 308.11º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172D2 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 210 -
CMYK 0 0.49 0.07 0.12
HSL 308.11º 0.65% 0.66% -
HSV(B) 308.11º 0.49% 0.88% -
XYZ 48.7 32.7 64.72 -
YUV 158.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 225 114 210 0 0.49 0.07 0.12 308.11 0.65 0.66
Hex E1 72 D2 0 31 7 C 134 41 42
Octal 341 162 322 0 61 7 14 464 101 102
Binary 11100001 1110010 11010010 0 110001 111 1100 100110100 1000001 1000010

Color Harmonies of #E172D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172D2

Black with #E172D2

Text Example


Text Example

White with #E172D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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