Html Css Color HEX #E46BCC Orchid

📋 copy color: '#E46BCC'

red 228 ◦ green 107 ◦ blue 204

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

Shades of Orchid #E46BCC

Tints of Orchid #E46BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.85%

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

R = 42.3%
G = 19.85%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E46BCC (or 0xE46BCC) is known color: Orchid. HEX triplet: E4, 6B and CC. RGB value is (228,107,204). Sum of RGB (Red+Green+Blue) = 228+107+204=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BCC is #1B9433. Grayscale: #999999. Windows color (decimal): -1807412 or 13396964. OLE color: 13396964.

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

Color convert

RGB 228 107 204 -
CMYK 0 0.53 0.11 0.11
HSL 311.9º 0.69% 0.66% -
HSV(B) 311.9º 0.53% 0.89% -
XYZ 48.15 31.37 60.64 -
YUV 154.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 228 107 204 0 0.53 0.11 0.11 311.9 0.69 0.66
Hex E4 6B CC 0 35 B B 138 45 42
Octal 344 153 314 0 65 13 13 470 105 102
Binary 11100100 1101011 11001100 0 110101 1011 1011 100111000 1000101 1000010

Color Harmonies of #E46BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BCC

Black with #E46BCC

Text Example


Text Example

White with #E46BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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