Html Css Color HEX #E46CC5 Orchid

📋 copy color: '#E46CC5'

red 228 ◦ green 108 ◦ blue 197

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

Shades of Orchid #E46CC5

Tints of Orchid #E46CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 42.78%
G = 20.26%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E46CC5 (or 0xE46CC5) is known color: Orchid. HEX triplet: E4, 6C and C5. RGB value is (228,108,197). Sum of RGB (Red+Green+Blue) = 228+108+197=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CC5 is #1B933A. Grayscale: #999999. Windows color (decimal): -1807163 or 12938468. OLE color: 12938468.

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

Color convert

RGB 228 108 197 -
CMYK 0 0.53 0.14 0.11
HSL 315.5º 0.69% 0.66% -
HSV(B) 315.5º 0.53% 0.89% -
XYZ 47.44 31.25 56.36 -
YUV 154.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 228 108 197 0 0.53 0.14 0.11 315.5 0.69 0.66
Hex E4 6C C5 0 35 E B 13C 45 42
Octal 344 154 305 0 65 16 13 474 105 102
Binary 11100100 1101100 11000101 0 110101 1110 1011 100111100 1000101 1000010

Color Harmonies of #E46CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46CC5

Black with #E46CC5

Text Example


Text Example

White with #E46CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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