Html Css Color HEX #E46CCC Orchid

📋 copy color: '#E46CCC'

red 228 ◦ green 108 ◦ blue 204

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

Shades of Orchid #E46CCC

Tints of Orchid #E46CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 42.22%
G = 20%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E46CCC (or 0xE46CCC) is known color: Orchid. HEX triplet: E4, 6C and CC. RGB value is (228,108,204). Sum of RGB (Red+Green+Blue) = 228+108+204=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CCC is #1B9333. Grayscale: #9A9A9A. Windows color (decimal): -1807156 or 13397220. OLE color: 13397220.

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

Color convert

RGB 228 108 204 -
CMYK 0 0.53 0.11 0.11
HSL 312º 0.69% 0.66% -
HSV(B) 312º 0.53% 0.89% -
XYZ 48.26 31.58 60.68 -
YUV 154.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 228 108 204 0 0.53 0.11 0.11 312 0.69 0.66
Hex E4 6C CC 0 35 B B 138 45 42
Octal 344 154 314 0 65 13 13 470 105 102
Binary 11100100 1101100 11001100 0 110101 1011 1011 100111000 1000101 1000010

Color Harmonies of #E46CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46CCC

Black with #E46CCC

Text Example


Text Example

White with #E46CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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