Html Css Color HEX #E185DA Orchid

📋 copy color: '#E185DA'

red 225 ◦ green 133 ◦ blue 218

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

Shades of Orchid #E185DA

Tints of Orchid #E185DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 39.06%
G = 23.09%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E185DA (or 0xE185DA) is known color: Orchid. HEX triplet: E1, 85 and DA. RGB value is (225,133,218). Sum of RGB (Red+Green+Blue) = 225+133+218=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E185DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185DA is #1E7A25. Grayscale: #A9A9A9. Windows color (decimal): -1997350 or 14321121. OLE color: 14321121.

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

Color convert

RGB 225 133 218 -
CMYK 0 0.41 0.03 0.12
HSL 304.57º 0.61% 0.7% -
HSV(B) 304.57º 0.41% 0.88% -
XYZ 52.09 37.84 70.89 -
YUV 170.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 225 133 218 0 0.41 0.03 0.12 304.57 0.61 0.7
Hex E1 85 DA 0 29 3 C 131 3D 46
Octal 341 205 332 0 51 3 14 461 75 106
Binary 11100001 10000101 11011010 0 101001 11 1100 100110001 111101 1000110

Color Harmonies of #E185DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185DA

Black with #E185DA

Text Example


Text Example

White with #E185DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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