Html Css Color HEX #E46BE4 Orchid

📋 copy color: '#E46BE4'

red 228 ◦ green 107 ◦ blue 228

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

Shades of Orchid #E46BE4

Tints of Orchid #E46BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.5%

R = 40.5%
G = 19.01%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E46BE4 (or 0xE46BE4) is known color: Orchid. HEX triplet: E4, 6B and E4. RGB value is (228,107,228). Sum of RGB (Red+Green+Blue) = 228+107+228=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E46BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BE4 is #1B941B. Grayscale: #9C9C9C. Windows color (decimal): -1807388 or 14969828. OLE color: 14969828.

HSL color Cylindrical-coordinate representation of color #E46BE4: hue angle of 300º 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 #E46BE4 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 107 228 -
CMYK 0 0.53 0 0.11
HSL 300º 0.69% 0.66% -
HSV(B) 300º 0.53% 0.89% -
XYZ 51.26 32.61 76.99 -
YUV 156.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 228 107 228 0 0.53 0 0.11 300 0.69 0.66
Hex E4 6B E4 0 35 0 B 12C 45 42
Octal 344 153 344 0 65 0 13 454 105 102
Binary 11100100 1101011 11100100 0 110101 0 1011 100101100 1000101 1000010

Color Harmonies of #E46BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BE4

Black with #E46BE4

Text Example


Text Example

White with #E46BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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