Html Css Color HEX #E46FCF Orchid

📋 copy color: '#E46FCF'

red 228 ◦ green 111 ◦ blue 207

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

Shades of Orchid #E46FCF

Tints of Orchid #E46FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 41.76%
G = 20.33%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E46FCF (or 0xE46FCF) is known color: Orchid. HEX triplet: E4, 6F and CF. RGB value is (228,111,207). Sum of RGB (Red+Green+Blue) = 228+111+207=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FCF is #1B9030. Grayscale: #9C9C9C. Windows color (decimal): -1806385 or 13594596. OLE color: 13594596.

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

Color convert

RGB 228 111 207 -
CMYK 0 0.51 0.09 0.11
HSL 310.77º 0.68% 0.66% -
HSV(B) 310.77º 0.51% 0.89% -
XYZ 48.94 32.37 62.7 -
YUV 156.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 228 111 207 0 0.51 0.09 0.11 310.77 0.68 0.66
Hex E4 6F CF 0 33 9 B 137 44 42
Octal 344 157 317 0 63 11 13 467 104 102
Binary 11100100 1101111 11001111 0 110011 1001 1011 100110111 1000100 1000010

Color Harmonies of #E46FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FCF

Black with #E46FCF

Text Example


Text Example

White with #E46FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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