Html Css Color HEX #E184CA Orchid

📋 copy color: '#E184CA'

red 225 ◦ green 132 ◦ blue 202

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

Shades of Orchid #E184CA

Tints of Orchid #E184CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 40.25%
G = 23.61%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E184CA (or 0xE184CA) is known color: Orchid. HEX triplet: E1, 84 and CA. RGB value is (225,132,202). Sum of RGB (Red+Green+Blue) = 225+132+202=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E184CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184CA is #1E7B35. Grayscale: #A7A7A7. Windows color (decimal): -1997622 or 13272289. OLE color: 13272289.

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

Color convert

RGB 225 132 202 -
CMYK 0 0.41 0.10 0.12
HSL 314.84º 0.61% 0.7% -
HSV(B) 314.84º 0.41% 0.88% -
XYZ 49.96 36.77 60.34 -
YUV 167.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 225 132 202 0 0.41 0.10 0.12 314.84 0.61 0.7
Hex E1 84 CA 0 29 A C 13B 3D 46
Octal 341 204 312 0 51 12 14 473 75 106
Binary 11100001 10000100 11001010 0 101001 1010 1100 100111011 111101 1000110

Color Harmonies of #E184CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E184CA

Black with #E184CA

Text Example


Text Example

White with #E184CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E184CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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