Html Css Color HEX #E185D6 Orchid

📋 copy color: '#E185D6'

red 225 ◦ green 133 ◦ blue 214

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

Shades of Orchid #E185D6

Tints of Orchid #E185D6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.25%

 BLUE value IS 214 (83.98% from 255) = 37.41%

R = 39.34%
G = 23.25%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E185D6 (or 0xE185D6) is known color: Orchid. HEX triplet: E1, 85 and D6. RGB value is (225,133,214). Sum of RGB (Red+Green+Blue) = 225+133+214=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E185D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185D6 is #1E7A29. Grayscale: #A9A9A9. Windows color (decimal): -1997354 or 14058977. OLE color: 14058977.

HSL color Cylindrical-coordinate representation of color #E185D6: hue angle of 307.17º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185D6 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 133 214 -
CMYK 0 0.41 0.05 0.12
HSL 307.17º 0.61% 0.7% -
HSV(B) 307.17º 0.41% 0.88% -
XYZ 51.58 37.64 68.16 -
YUV 169.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 225 133 214 0 0.41 0.05 0.12 307.17 0.61 0.7
Hex E1 85 D6 0 29 5 C 133 3D 46
Octal 341 205 326 0 51 5 14 463 75 106
Binary 11100001 10000101 11010110 0 101001 101 1100 100110011 111101 1000110

Color Harmonies of #E185D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185D6

Black with #E185D6

Text Example


Text Example

White with #E185D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185D6; }

 p { color: rgb(225,133,214); }

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

background-color css

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

 a { background-color: rgb(225,133,214); }

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

border-color css

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

 span { border-color: rgb(225,133,214); }

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