Html Css Color HEX #E46CE4 Orchid

📋 copy color: '#E46CE4'

red 228 ◦ green 108 ◦ blue 228

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

Shades of Orchid #E46CE4

Tints of Orchid #E46CE4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.15%

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

R = 40.43%
G = 19.15%
B = 40.43%

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

#E46CE4 (or 0xE46CE4) is known color: Orchid. HEX triplet: E4, 6C and E4. RGB value is (228,108,228). Sum of RGB (Red+Green+Blue) = 228+108+228=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E46CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CE4 is #1B931B. Grayscale: #9D9D9D. Windows color (decimal): -1807132 or 14970084. OLE color: 14970084.

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

Color convert

RGB 228 108 228 -
CMYK 0 0.53 0 0.11
HSL 300º 0.69% 0.66% -
HSV(B) 300º 0.53% 0.89% -
XYZ 51.36 32.82 77.03 -
YUV 157.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 228 108 228 0 0.53 0 0.11 300 0.69 0.66
Hex E4 6C E4 0 35 0 B 12C 45 42
Octal 344 154 344 0 65 0 13 454 105 102
Binary 11100100 1101100 11100100 0 110101 0 1011 100101100 1000101 1000010

Color Harmonies of #E46CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46CE4

Black with #E46CE4

Text Example


Text Example

White with #E46CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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