Html Css Color HEX #E46FCD Orchid

📋 copy color: '#E46FCD'

red 228 ◦ green 111 ◦ blue 205

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

Shades of Orchid #E46FCD

Tints of Orchid #E46FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.4%

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 41.91%
G = 20.4%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E46FCD (or 0xE46FCD) is known color: Orchid. HEX triplet: E4, 6F and CD. RGB value is (228,111,205). Sum of RGB (Red+Green+Blue) = 228+111+205=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FCD is #1B9032. Grayscale: #9C9C9C. Windows color (decimal): -1806387 or 13463524. OLE color: 13463524.

HSL color Cylindrical-coordinate representation of color #E46FCD: hue angle of 311.79º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46FCD is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 111 205 -
CMYK 0 0.51 0.10 0.11
HSL 311.79º 0.68% 0.66% -
HSV(B) 311.79º 0.51% 0.89% -
XYZ 48.7 32.27 61.42 -
YUV 156.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 228 111 205 0 0.51 0.10 0.11 311.79 0.68 0.66
Hex E4 6F CD 0 33 A B 138 44 42
Octal 344 157 315 0 63 12 13 470 104 102
Binary 11100100 1101111 11001101 0 110011 1010 1011 100111000 1000100 1000010

Color Harmonies of #E46FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FCD

Black with #E46FCD

Text Example


Text Example

White with #E46FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FCD; }

 p { color: rgb(228,111,205); }

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

background-color css

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

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

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

border-color css

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

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

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