Html Css Color HEX #E174DD Orchid

📋 copy color: '#E174DD'

red 225 ◦ green 116 ◦ blue 221

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

Shades of Orchid #E174DD

Tints of Orchid #E174DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.64%

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 40.04%
G = 20.64%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E174DD (or 0xE174DD) is known color: Orchid. HEX triplet: E1, 74 and DD. RGB value is (225,116,221). Sum of RGB (Red+Green+Blue) = 225+116+221=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E174DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174DD is #1E8B22. Grayscale: #A0A0A0. Windows color (decimal): -2001699 or 14513377. OLE color: 14513377.

HSL color Cylindrical-coordinate representation of color #E174DD: hue angle of 302.2º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E174DD is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 116 221 -
CMYK 0 0.48 0.02 0.12
HSL 302.2º 0.64% 0.67% -
HSV(B) 302.2º 0.48% 0.88% -
XYZ 50.35 33.72 72.26 -
YUV 160.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 225 116 221 0 0.48 0.02 0.12 302.2 0.64 0.67
Hex E1 74 DD 0 30 2 C 12E 40 43
Octal 341 164 335 0 60 2 14 456 100 103
Binary 11100001 1110100 11011101 0 110000 10 1100 100101110 1000000 1000011

Color Harmonies of #E174DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E174DD

Black with #E174DD

Text Example


Text Example

White with #E174DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E174DD; }

 p { color: rgb(225,116,221); }

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

background-color css

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

 a { background-color: rgb(225,116,221); }

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

border-color css

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

 span { border-color: rgb(225,116,221); }

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