Html Css Color HEX #E46BE0 Orchid

📋 copy color: '#E46BE0'

red 228 ◦ green 107 ◦ blue 224

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

Shades of Orchid #E46BE0

Tints of Orchid #E46BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 40.79%
G = 19.14%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E46BE0 (or 0xE46BE0) is known color: Orchid. HEX triplet: E4, 6B and E0. RGB value is (228,107,224). Sum of RGB (Red+Green+Blue) = 228+107+224=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BE0 is #1B941F. Grayscale: #9C9C9C. Windows color (decimal): -1807392 or 14707684. OLE color: 14707684.

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

Color convert

RGB 228 107 224 -
CMYK 0 0.53 0.02 0.11
HSL 301.98º 0.69% 0.66% -
HSV(B) 301.98º 0.53% 0.89% -
XYZ 50.71 32.39 74.1 -
YUV 156.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 228 107 224 0 0.53 0.02 0.11 301.98 0.69 0.66
Hex E4 6B E0 0 35 2 B 12E 45 42
Octal 344 153 340 0 65 2 13 456 105 102
Binary 11100100 1101011 11100000 0 110101 10 1011 100101110 1000101 1000010

Color Harmonies of #E46BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BE0

Black with #E46BE0

Text Example


Text Example

White with #E46BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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