Html Css Color HEX #E184CE Orchid

📋 copy color: '#E184CE'

red 225 ◦ green 132 ◦ blue 206

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

Shades of Orchid #E184CE

Tints of Orchid #E184CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.45%

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 39.96%
G = 23.45%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E184CE (or 0xE184CE) is known color: Orchid. HEX triplet: E1, 84 and CE. RGB value is (225,132,206). Sum of RGB (Red+Green+Blue) = 225+132+206=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E184CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184CE is #1E7B31. Grayscale: #A8A8A8. Windows color (decimal): -1997618 or 13534433. OLE color: 13534433.

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

Color convert

RGB 225 132 206 -
CMYK 0 0.41 0.08 0.12
HSL 312.26º 0.61% 0.7% -
HSV(B) 312.26º 0.41% 0.88% -
XYZ 50.44 36.97 62.87 -
YUV 168.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 225 132 206 0 0.41 0.08 0.12 312.26 0.61 0.7
Hex E1 84 CE 0 29 8 C 138 3D 46
Octal 341 204 316 0 51 10 14 470 75 106
Binary 11100001 10000100 11001110 0 101001 1000 1100 100111000 111101 1000110

Color Harmonies of #E184CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E184CE

Black with #E184CE

Text Example


Text Example

White with #E184CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E184CE; }

 p { color: rgb(225,132,206); }

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

background-color css

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

 a { background-color: rgb(225,132,206); }

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

border-color css

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

 span { border-color: rgb(225,132,206); }

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