Html Css Color HEX #E185CC Orchid

📋 copy color: '#E185CC'

red 225 ◦ green 133 ◦ blue 204

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

Shades of Orchid #E185CC

Tints of Orchid #E185CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 40.04%
G = 23.67%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E185CC (or 0xE185CC) is known color: Orchid. HEX triplet: E1, 85 and CC. RGB value is (225,133,204). Sum of RGB (Red+Green+Blue) = 225+133+204=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E185CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185CC is #1E7A33. Grayscale: #A8A8A8. Windows color (decimal): -1997364 or 13403617. OLE color: 13403617.

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

Color convert

RGB 225 133 204 -
CMYK 0 0.41 0.09 0.12
HSL 313.7º 0.61% 0.7% -
HSV(B) 313.7º 0.41% 0.88% -
XYZ 50.34 37.14 61.64 -
YUV 168.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 225 133 204 0 0.41 0.09 0.12 313.7 0.61 0.7
Hex E1 85 CC 0 29 9 C 13A 3D 46
Octal 341 205 314 0 51 11 14 472 75 106
Binary 11100001 10000101 11001100 0 101001 1001 1100 100111010 111101 1000110

Color Harmonies of #E185CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185CC

Black with #E185CC

Text Example


Text Example

White with #E185CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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