Html Css Color HEX #E46FCC Orchid

📋 copy color: '#E46FCC'

red 228 ◦ green 111 ◦ blue 204

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

Shades of Orchid #E46FCC

Tints of Orchid #E46FCC

RGB

 RED value IS 228 (89.45% from 255) = 41.99%

 GREEN value IS 111 (43.75% from 255) = 20.44%

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

R = 41.99%
G = 20.44%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E46FCC (or 0xE46FCC) is known color: Orchid. HEX triplet: E4, 6F and CC. RGB value is (228,111,204). Sum of RGB (Red+Green+Blue) = 228+111+204=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FCC is #1B9033. Grayscale: #9C9C9C. Windows color (decimal): -1806388 or 13397988. OLE color: 13397988.

HSL color Cylindrical-coordinate representation of color #E46FCC: hue angle of 312.31º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46FCC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 111 204 -
CMYK 0 0.51 0.11 0.11
HSL 312.31º 0.68% 0.66% -
HSV(B) 312.31º 0.51% 0.89% -
XYZ 48.58 32.22 60.79 -
YUV 156.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 228 111 204 0 0.51 0.11 0.11 312.31 0.68 0.66
Hex E4 6F CC 0 33 B B 138 44 42
Octal 344 157 314 0 63 13 13 470 104 102
Binary 11100100 1101111 11001100 0 110011 1011 1011 100111000 1000100 1000010

Color Harmonies of #E46FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FCC

Black with #E46FCC

Text Example


Text Example

White with #E46FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FCC; }

 p { color: rgb(228,111,204); }

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

background-color css

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

 a { background-color: rgb(228,111,204); }

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

border-color css

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

 span { border-color: rgb(228,111,204); }

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