Html Css Color HEX #E172D4 Orchid

📋 copy color: '#E172D4'

red 225 ◦ green 114 ◦ blue 212

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

Shades of Orchid #E172D4

Tints of Orchid #E172D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.48%

R = 40.83%
G = 20.69%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E172D4 (or 0xE172D4) is known color: Orchid. HEX triplet: E1, 72 and D4. RGB value is (225,114,212). Sum of RGB (Red+Green+Blue) = 225+114+212=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E172D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172D4 is #1E8D2B. Grayscale: #9E9E9E. Windows color (decimal): -2002220 or 13923041. OLE color: 13923041.

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

Color convert

RGB 225 114 212 -
CMYK 0 0.49 0.06 0.12
HSL 307.03º 0.65% 0.66% -
HSV(B) 307.03º 0.49% 0.88% -
XYZ 48.95 32.8 66.04 -
YUV 158.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 225 114 212 0 0.49 0.06 0.12 307.03 0.65 0.66
Hex E1 72 D4 0 31 6 C 133 41 42
Octal 341 162 324 0 61 6 14 463 101 102
Binary 11100001 1110010 11010100 0 110001 110 1100 100110011 1000001 1000010

Color Harmonies of #E172D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172D4

Black with #E172D4

Text Example


Text Example

White with #E172D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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