Html Css Color HEX #E46BE5 Orchid

📋 copy color: '#E46BE5'

red 228 ◦ green 107 ◦ blue 229

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

Shades of Orchid #E46BE5

Tints of Orchid #E46BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 40.43%
G = 18.97%
B = 40.6%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E46BE5 (or 0xE46BE5) is known color: Orchid. HEX triplet: E4, 6B and E5. RGB value is (228,107,229). Sum of RGB (Red+Green+Blue) = 228+107+229=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #E46BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BE5 is #1B941A. Grayscale: #9C9C9C. Windows color (decimal): -1807387 or 15035364. OLE color: 15035364.

HSL color Cylindrical-coordinate representation of color #E46BE5: hue angle of 299.51º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46BE5 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 107 229 -
CMYK 0.00 0.53 0 0.10
HSL 299.51º 0.7% 0.66% -
HSV(B) 299.51º 0.53% 0.9% -
XYZ 51.4 32.67 77.73 -
YUV 157.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 228 107 229 0.00 0.53 0 0.10 299.51 0.7 0.66
Hex E4 6B E5 0 35 0 A 12C 46 42
Octal 344 153 345 0 65 0 12 454 106 102
Binary 11100100 1101011 11100101 0 110101 0 1010 100101100 1000110 1000010

Color Harmonies of #E46BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BE5

Black with #E46BE5

Text Example


Text Example

White with #E46BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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